commit: bbcdd2cdd23750f2f3b53e45d57968dae000786c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 19 14:12:00 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 19 14:12:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcdd2cd
profiles/features/musl: mask sys-apps/dog strfry doesn't exist on musl. Closes: https://bugs.gentoo.org/717252 Closes: https://bugs.gentoo.org/938613 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 636740829a6d..50938d1e683c 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2024-11-19) +# Not ported to musl (bug #717252, bug #938613) +sys-apps/dog + # Robert Siebeck <[email protected]> (2024-10-30) # musl not supported by upstream app-editors/zed
