commit: 9c76a741facbc1d10c612677f953f65de8fcd4ac Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 3 23:10:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 3 23:10:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c76a741
profiles/features/musl: mask binary dev-java/openjdk-bin, dev-java/openjdk-jre-bin Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 3782362cae43..124d5b6ec932 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-10-03) +# Binary package linked against glibc +dev-java/openjdk-bin +dev-java/openjdk-jre-bin + # Sam James <[email protected]> (2022-10-03) # Binary package linked against glibc dev-games/ps2-packer
