commit: fa186331d767ecf358e92245e6b423f390eddc14 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 23 01:11:22 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 23 01:11:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa186331
profiles/features/musl: mask binary compatibility packages on musl Closes: https://bugs.gentoo.org/716438 Closes: https://bugs.gentoo.org/716526 Closes: https://bugs.gentoo.org/828917 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index e484a821488b..b44b8b38b209 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-04-22) +# Compatibility packages for binary/pre-built software shouldn't +# be needed on musl (and these fail to build anyway). +sys-libs/libtermcap-compat +sys-libs/libstdc++-v3 + # Sam James <[email protected]> (2022-04-22) # Needs strndupa, upstream not interested in supporting musl # bug #713542
