diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-17 22:32:47 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-17 22:33:56 +0100 |
commit | 822037073bda9c73d9962183bfd1f25fb7e0ba41 (patch) | |
tree | fe89ff7061732f50474e62ea1f05ae42219fd583 /profiles/arch | |
parent | net-vpn/tor: x86 stable (bug #671338) (diff) | |
download | gentoo-822037073bda9c73d9962183bfd1f25fb7e0ba41.tar.gz gentoo-822037073bda9c73d9962183bfd1f25fb7e0ba41.tar.bz2 gentoo-822037073bda9c73d9962183bfd1f25fb7e0ba41.zip |
profiles: x86: enable ruby24 target
Bug: https://bugs.gentoo.org/661262
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/x86/make.defaults | 4 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index d18827217a3b..231dfd1b9be8 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -43,10 +43,6 @@ IUSE_IMPLICIT="abi_x86_32" # Default to abi_x86_32 for packages that don't have it forced. ABI_X86="32" -# Hans de Graaff <graaff@gentoo.org> (12 Nov 2018) -# Temporary entry to support stable bug 661262 -RUBY_TARGETS="ruby23 -ruby24" - # Thomas Deutschmann <whissi@gentoo.org> (6 Jun 2018) # Enable USE=libtirpc by default, to ease dependency resolution during # the stabilization of glibc-2.26. Bug 657148 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 1bb5b16ffc7e..66a0ff58b141 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -8,10 +8,6 @@ # media-sound/audacious is not yet stabilised audacious -# Hans de Graaff <graaff@gentoo.org> (12 Nov 2018) -# Temporary mask for ruby:2.4, bug 661262 -ruby_targets_ruby24 - # Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7 |