commit: fad8da8af89b70f55448bde1a8d84e0dfd22db69 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 11 14:50:26 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 11 14:50:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad8da8a
profiles/base: stable-mask sys-apps/nvme-cli[hugepages] Doesn't work with soon-to-be-stable glibc-2.34 Bug: https://bugs.gentoo.org/806079 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.stable.mask | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index e25a8cff704d..06dc5c505697 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -1,9 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Sam James <[email protected]> (2022-02-11) +# Needs glibc-2.35(?) (or <2.34) which is not yet even keyworded but +# won't be stable for a while. Can be unmasked then. +# bug #806079 +sys-apps/nvme-cli hugepages + # Volkmar W. Pogatzki <[email protected]> (2022-01-09) # virtual/{jdk,jre}:11 just got unmasked but are not yet stable # Having a masked gentoo-vm flag allows us to provide it without
