profiles/arch/powerpc/ppc64/32ul: sync ruby flags wih ppc32
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 14 Mar 2018 19:54:53 +0000 (19:54 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 14 Mar 2018 19:57:29 +0000 (19:57 +0000)
Unfortunately ppc64/32ul does not inherit ppc32 profile
but inherits from ppc64 profile.

On ppc64 ruby23 is not stable yet.
This change is undoing ruby23 masking on ppc64/32ul

Bug: https://bugs.gentoo.org/639476
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
profiles/arch/powerpc/ppc64/32ul/make.defaults
profiles/arch/powerpc/ppc64/32ul/use.stable.mask [new file with mode: 0644]

index 9865b69f3450ab8cd0c9fb8702ac6bf883c63883..e9b4141df62def1f0ebfeb33a65c59c2e3a406f0 100644 (file)
@@ -14,3 +14,8 @@ ACCEPT_KEYWORDS="${ARCH} -ppc64"
 # Michał Górny <mgorny@gentoo.org> (27 Jun 2014)
 # Make the ABI flag implicit for compatibility with native ebuilds.
 IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64"
+
+# Sergei Trofimovich <slyfox@gentoo.org> (14 Mar 2018)
+# We need to match up to 'arch/powerpc/ppc32' defaults here.
+# Remove it when ruby23 goes stable on ppc64
+RUBY_TARGETS="ruby22 ruby23"
diff --git a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
new file mode 100644 (file)
index 0000000..fcdddf4
--- /dev/null
@@ -0,0 +1,10 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# This file requires eapi 5 or later. New entries go on top.
+# Please use the same syntax as in use.mask
+
+# Sergei Trofimovich <slyfox@gentoo.org> (14 Mar 2018)
+# We need to match up to 'arch/powerpc/ppc32' defaults here.
+# Remove it when ruby23 goes stable on ppc64
+-ruby_targets_ruby23