diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-11 20:20:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-11 20:21:56 +0000 |
commit | b9ebe18fbe66e5c1584744a1658602785c6bd784 (patch) | |
tree | 6c3cb925a1e4a16d59162de5b945422e7021525f /profiles/base | |
parent | sys-devel/binutils-hppa64: make CET optional (and disabled by default) (diff) | |
download | gentoo-b9ebe18fbe66e5c1584744a1658602785c6bd784.tar.gz gentoo-b9ebe18fbe66e5c1584744a1658602785c6bd784.tar.bz2 gentoo-b9ebe18fbe66e5c1584744a1658602785c6bd784.zip |
profiles/base/package.use.mask: mask binutils-*[cet]
Reported-by: subzero_ro@yahoo.com
Closes: https://bugs.gentoo.org/770061
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 343fc402858c..d23165d94252 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -408,8 +408,11 @@ dev-python/paramiko server # 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 +sys-devel/binutils cet +sys-devel/binutils-hppa64 cet sys-devel/gdb cet +sys-libs/binutils-libs cet +sys-libs/glibc cet # Michał Górny <mgorny@gentoo.org> (2018-06-13) # Requires app-arch/snappy[static-libs] that is no longer available. |