commit: 25fc7384bc03bb9829670be2ec14617017a351ea Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Aug 3 20:00:36 2018 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Aug 3 20:20:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fc7384
profiles: preemptively mask new glibc useflag cet profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 25cae1754c3..adcfa1f3ca1 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel <[email protected]> (3 Aug 2018) +# New and for Gentoo still quite experimental. You've been +# warned. (Also, works only on x86_64 and with certain CPUs +# and compiler/binutils combinations.) +sys-libs/glibc cet + # Nick Sarnie <[email protected]> (15 Jul 2018) # Requires media-video/ffmpeg-4 which is masked app-emulation/wine-any ffmpeg
