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 E9C24138335 for ; Sat, 1 Sep 2018 07:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 697D1E086C; Sat, 1 Sep 2018 07:20:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4516AE086C for ; Sat, 1 Sep 2018 07:20:21 +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 87AB6335CA6 for ; Sat, 1 Sep 2018 07:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 783C03C4 for ; Sat, 1 Sep 2018 07:20:09 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1535786255.3c4d8ac9eff7a907f1660af5805f8f805a962eb8.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Safe/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild X-VCS-Directories: virtual/perl-Safe/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3c4d8ac9eff7a907f1660af5805f8f805a962eb8 X-VCS-Branch: master Date: Sat, 1 Sep 2018 07:20:09 +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: ed526159-e352-412d-81b2-8ab1c444b012 X-Archives-Hash: 8bbb30bdb5d6a696ed623f49209932e1 commit: 3c4d8ac9eff7a907f1660af5805f8f805a962eb8 Author: Kent Fredric gentoo org> AuthorDate: Sat Sep 1 06:49:48 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Sep 1 07:17:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4d8ac9 virtual/perl-Safe: Spread ~ppc-macos from dev-lang/perl Package-Manager: Portage-2.3.40, Repoman-2.3.9 virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild | 2 +- virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild b/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild index 7606602764a..b66597c97ea 100644 --- a/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~ppc-macos" RDEPEND=" || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) diff --git a/virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild b/virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild index 4b24dbbe608..87acecefebf 100644 --- a/virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~ppc-macos" RDEPEND=" || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} )