commit:     189ec4f4028d0937c0252a90a0f1b18eedc776a9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 19:54:53 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 19:57:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189ec4f4

profiles/arch/powerpc/ppc64/32ul: sync ruby flags wih ppc32

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 <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/make.defaults   |  5 +++++
 profiles/arch/powerpc/ppc64/32ul/use.stable.mask | 10 ++++++++++
 2 files changed, 15 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/32ul/make.defaults 
b/profiles/arch/powerpc/ppc64/32ul/make.defaults
index 9865b69f345..e9b4141df62 100644
--- a/profiles/arch/powerpc/ppc64/32ul/make.defaults
+++ b/profiles/arch/powerpc/ppc64/32ul/make.defaults
@@ -14,3 +14,8 @@ ACCEPT_KEYWORDS="${ARCH} -ppc64"
 # Michał Górny <[email protected]> (27 Jun 2014)
 # Make the ABI flag implicit for compatibility with native ebuilds.
 IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64"
+
+# Sergei Trofimovich <[email protected]> (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
index 00000000000..fcdddf46c03
--- /dev/null
+++ b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
@@ -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 <[email protected]> (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

Reply via email to