commit: dba2ef25042ad4b4f1182d5da86eac111c572d63 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 3 06:25:42 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 3 06:25:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba2ef25
profiles/arch/hppa: unmask ruby30 Bug: https://bugs.gentoo.org/890915 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/make.defaults | 4 ---- profiles/arch/hppa/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index 197fd6f830ef..9d9c0c818bea 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -22,7 +22,3 @@ CHOST_hppa="${CHOST}" # Donnie Berkholz <[email protected]> (2006-08-18) # Defaults for video drivers VIDEO_CARDS="fbdev" - -# Hans de Graaff <[email protected]> (2023-01-15) -# Temporary mask for https://bugs.gentoo.org/890915 -RUBY_TARGETS="ruby27" diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index 93c97503dde8..cc3e1b11d81b 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -4,10 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Hans de Graaff <[email protected]> (2023-01-15) -# Temporary mask for https://bugs.gentoo.org/890915 -ruby_targets_ruby30 - # Rolf Eike Beer <[email protected]> (2021-11-12) # dev-libs/nspr and dev-libs/nss are not stable on hppa nss
