commit: c054c374f38e87e14bd08068cc1138160fd74a7d Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon Mar 21 16:02:44 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Mar 21 16:02:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c054c374
profiles/features/musl: mask idea-community for musl Binaries are linked to glibc Signed-off-by: Mike Pagano <mpagano <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 17fb7c6321b6..29116303865b 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Pagano <[email protected]> (2022-03-21) +# Binary package linked to glibc +dev-util/idea-community + # Pacho Ramos <[email protected]> (2022-03-13) # Binary package linked to glibc sys-power/dptfxtract
