diff options
author | Sam James <sam@gentoo.org> | 2021-03-02 05:46:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-02 05:47:11 +0000 |
commit | 4e71addf57cddd7cbb56da04b29bcf913eece71c (patch) | |
tree | c74c674bf26310c19501dab9e50b08ce4b57eac5 /profiles | |
parent | media-libs/libcaca: make clear that USE=java is broken in ebuild (diff) | |
download | gentoo-4e71addf57cddd7cbb56da04b29bcf913eece71c.tar.gz gentoo-4e71addf57cddd7cbb56da04b29bcf913eece71c.tar.bz2 gentoo-4e71addf57cddd7cbb56da04b29bcf913eece71c.zip |
profiles: mask media-libs/libcaca[java, mono]
Completely broken - and was in the past. Exposed by
having a new ebuild in ~arch rather than anything else.
Bug: https://bugs.gentoo.org/483372
Bug: https://bugs.gentoo.org/508564
Closes: https://bugs.gentoo.org/773913
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/base/package.use.mask | 9 | ||||
-rw-r--r-- | profiles/base/package.use.stable.mask | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index c84bf790fb08..aa33a1056eb1 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2021-03-02) +# Java build is extremely sensitive to environment +# Previously stable-masked but moved here +# Then: bug #483372, bug #508564 +# Now: bug #773913 (exposed by having a new ~arch ebuild) +media-libs/libcaca java mono + # Jaco Kroon <jaco@uls.co.za> (2021-01-08) # blocksruntime (clang -fblocks) isn't available on all arches. net-misc/asterisk blocks diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index c9606bfb6809..06f80a96d1ad 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -224,13 +224,6 @@ media-libs/opencv vtk # Not yet stabilized dependency, need more testing >=dev-perl/PDL-2.4.11 pdl2 pgplot -# Samuli Suominen <ssuominen@gentoo.org> (2014-08-01) -# Optional (not required by anything in gentoo-x86) and fragile (based on -# host system, like Java JRE version). Keep masked indefinately until -# something starts requiring these. -# https://bugs.gentoo.org/483372 and https://bugs.gentoo.org/508564 -media-libs/libcaca java mono - # Alon Bar-Lev <alonbl@gentoo.org> (2014-07-21) # dev-libs/opencryptoki will not be stabile any time soon (bug#510204) app-crypt/tpm-tools pkcs11 |