From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48E4D1382C5 for ; Wed, 14 Mar 2018 19:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 712DBE0845; Wed, 14 Mar 2018 19:57:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E1CFE0845 for ; Wed, 14 Mar 2018 19:57:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31A06335C83 for ; Wed, 14 Mar 2018 19:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F82C1F1 for ; Wed, 14 Mar 2018 19:57:45 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521057449.189ec4f4028d0937c0252a90a0f1b18eedc776a9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/32ul/make.defaults profiles/arch/powerpc/ppc64/32ul/use.stable.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/32ul/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 189ec4f4028d0937c0252a90a0f1b18eedc776a9 X-VCS-Branch: master Date: Wed, 14 Mar 2018 19:57:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08555d9c-845c-46ee-922f-3e12574e59e5 X-Archives-Hash: f58a267367135242cf19b56271c5d2b0 commit: 189ec4f4028d0937c0252a90a0f1b18eedc776a9 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Mar 14 19:54:53 2018 +0000 Commit: Sergei Trofimovich gentoo 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 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 (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 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 (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