From 189ec4f4028d0937c0252a90a0f1b18eedc776a9 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 14 Mar 2018 19:54:53 +0000 Subject: [PATCH] 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 --- profiles/arch/powerpc/ppc64/32ul/make.defaults | 5 +++++ profiles/arch/powerpc/ppc64/32ul/use.stable.mask | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 profiles/arch/powerpc/ppc64/32ul/use.stable.mask diff --git a/profiles/arch/powerpc/ppc64/32ul/make.defaults b/profiles/arch/powerpc/ppc64/32ul/make.defaults index 9865b69f3450..e9b4141df62d 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 (27 Jun 2014) # Make the ABI flag implicit for compatibility with native ebuilds. IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64" + +# Sergei Trofimovich (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 000000000000..fcdddf46c033 --- /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 (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 -- 2.26.2