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 39AB11382C5 for ; Wed, 14 Mar 2018 21:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE03DE0857; Wed, 14 Mar 2018 21:29:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CBFE6E0857 for ; Wed, 14 Mar 2018 21:29:28 +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 DF411335C9F for ; Wed, 14 Mar 2018 21:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDBB225D for ; Wed, 14 Mar 2018 21:29:23 +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: <1521062956.9a026b8c2330ad8f016d032111b3d1a982f4eda5.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: 9a026b8c2330ad8f016d032111b3d1a982f4eda5 X-VCS-Branch: master Date: Wed, 14 Mar 2018 21:29:23 +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: fd449ad2-9048-4544-8cff-7f6c465093a1 X-Archives-Hash: b97b4d4c11a207ddb35f4be69cb67991 commit: 9a026b8c2330ad8f016d032111b3d1a982f4eda5 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Mar 14 21:06:40 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Mar 14 21:29:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a026b8c Revert "profiles/arch/powerpc/ppc64/32ul: sync ruby flags wih ppc32" ppc64 got stable ruby23. Drop explicit override. profiles/arch/powerpc/ppc64/32ul/make.defaults | 5 ----- profiles/arch/powerpc/ppc64/32ul/use.stable.mask | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/32ul/make.defaults b/profiles/arch/powerpc/ppc64/32ul/make.defaults index e9b4141df62..9865b69f345 100644 --- a/profiles/arch/powerpc/ppc64/32ul/make.defaults +++ b/profiles/arch/powerpc/ppc64/32ul/make.defaults @@ -14,8 +14,3 @@ 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 deleted file mode 100644 index fcdddf46c03..00000000000 --- a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask +++ /dev/null @@ -1,10 +0,0 @@ -# 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