diff options
author | 2020-05-23 00:00:41 +0100 | |
---|---|---|
committer | 2020-05-23 00:02:02 +0100 | |
commit | 4a112963b02b7aa30c6b0f9e87b81c763805e986 (patch) | |
tree | d2f74ad85a3d1a1e5b382fe0398213e8483487fe | |
parent | dev-python/geventhttpclient: do not install tests (diff) | |
download | gentoo-4a112963b02b7aa30c6b0f9e87b81c763805e986.tar.gz gentoo-4a112963b02b7aa30c6b0f9e87b81c763805e986.tar.bz2 gentoo-4a112963b02b7aa30c6b0f9e87b81c763805e986.zip |
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@gentoo.org>
-rw-r--r-- | profiles/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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 <slyfox@gentoo.org> (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 <junghans@gentoo.org> (2020-05-19) # multiple vulnerabilities (CVE-2019-{3463,3464,1000018}) # bug #699842. Masked for removal in 30 days. |