commit: be38a7437d472add14371e095d1470571c4a941c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 6 15:41:25 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 15:41:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be38a743
profiles/arch/arm/use.stable.mask: stable-mask Java Let's just stable-mask the use-flag entirely. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.use.stable.mask | 5 ----- profiles/arch/arm/use.stable.mask | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index 5d4759f9732..a2a8d72d805 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,11 +1,6 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2020-11-06) -# Java isn't stable on arm (yet?) -# bug #709830 -sci-mathematics/octave java - # Andreas Sturmlechner <[email protected]> (2020-10-05) # media-libs/libffado is not stable yet, which itself has unstable and # unmaintained/broken dependencies. bug #746722 diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 0448e2b174d..5e9d1917046 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James <[email protected]> (2020-11-06) +# Java is not stable on arm right now. +# bug #709830 +java + # Sam James <[email protected]> (2020-06-29) # media-gfx/gimp not yet stable gimp
