commit: 578ff3ee42365ac9de7f3c80db76b0208b5acbb5 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed May 3 19:06:12 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed May 3 19:06:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578ff3ee
profiles/prefix/linux/package.use.mask: mask USE=getentroy on libgcrypt Bug: https://bugs.gentoo.org/899900 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/linux/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/linux/package.use.mask b/profiles/prefix/linux/package.use.mask index 1c74e8a689af..bcae2df08740 100644 --- a/profiles/prefix/linux/package.use.mask +++ b/profiles/prefix/linux/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2023-05-03) +# this pulls in glibc or musl, which requires RAP +dev-libs/libgcrypt getentropy + # Michael Haubenwallner <[email protected]> (2019-05-02) # gold is linux only, and is required by cxx sys-devel/binutils -gold -default-gold
