commit: 5b5c8fdad10547ad4a8740aaa7dfad92d46d9c35 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Jan 5 08:38:03 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Jan 5 08:42:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5c8fda
profiles/base/package.use.mask: mask gdb[cet] cet autodetection does not work correctly on i686: sse2 does not work there and configure bails out. Reported-by: Volker Ernst Closes: https://bugs.gentoo.org/760926 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/base/package.use.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d4e3eb69e77..8aa6254600e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -378,6 +378,7 @@ dev-python/paramiko server # warned. (Also, works only on x86_64 and with certain CPUs # and compiler/binutils combinations.) sys-libs/glibc cet +sys-devel/gdb cet # Michał Górny <[email protected]> (2018-06-13) # Requires app-arch/snappy[static-libs] that is no longer available.
