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 0AD14138334 for ; Thu, 22 Nov 2018 12:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14389E0897; Thu, 22 Nov 2018 12:07:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D15E7E0897 for ; Thu, 22 Nov 2018 12:07:07 +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 9777E335CCB for ; Thu, 22 Nov 2018 12:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44E8847A for ; Thu, 22 Nov 2018 12:07:02 +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: <1542888385.4f8eaf2359eac02a4870f4e815f561b3163fb1fb.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: 4f8eaf2359eac02a4870f4e815f561b3163fb1fb X-VCS-Branch: master Date: Thu, 22 Nov 2018 12:07:02 +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: 5e6e1572-2c5d-4ddd-9b34-bc64038c8cd4 X-Archives-Hash: 2925f3ed89840cf4801a5945a1bb7343 commit: 4f8eaf2359eac02a4870f4e815f561b3163fb1fb Author: Kent Fredric gentoo org> AuthorDate: Fri Nov 16 11:23:20 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Nov 22 12:06:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8eaf23 virtual/perl-Safe: Add more ~prefix keywords from dev-lang/perl Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Kent Fredric gentoo.org> virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild | 4 ++-- virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 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 b66597c97ea..0245ff275ed 100644 --- a/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~ppc-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" 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 b920491ece4..6fd53f0e4c5 100644 --- a/virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.400.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} )