commit: 3a66eec1add1d02f63151bba808010154ef3abea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 29 20:07:24 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 29 20:09:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a66eec1
profiles/arch/hppa: enable RUBY_TARGETS=ruby31 Bug: https://bugs.gentoo.org/907377 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 52aebec90836..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" - -# Sam James <[email protected]> (2023-05-29) -# Temporarily use old default until bug #907377 is done for this arch -RUBY_TARGETS="ruby30" diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index d1c7e680c93a..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 -# Sam James <[email protected]> (2023-05-29) -# Temporary mask for bug #907377 -ruby_targets_ruby31 - # Rolf Eike Beer <[email protected]> (2021-11-12) # dev-libs/nspr and dev-libs/nss are not stable on hppa nss
