commit: 4a112963b02b7aa30c6b0f9e87b81c763805e986 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri May 22 23:00:41 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri May 22 23:02:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a112963
profiles/package.mask: mask fresh binutils-config and gcc-config Let's mask them until we make sure things work for cross-compilers as well. Reported-by: Ionen Wolkens Bug: https://bugs.gentoo.org/724454 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 45390ab3a28..0d71d7db5b8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Sergei Trofimovich <[email protected]> (2020-05-21) +# Mask for initial testing. Symlink removal might be too aggressive: #724454#c20 +>=sys-devel/binutils-config-5.3 +>=sys-devel/gcc-config-2.3 + # Christoph Junghans <[email protected]> (2020-05-19) # multiple vulnerabilities (CVE-2019-{3463,3464,1000018}) # bug #699842. Masked for removal in 30 days.
