From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1058328-garchives=archives.gentoo.org@lists.gentoo.org>
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 C77F5138336
	for <garchives@archives.gentoo.org>; Thu, 22 Nov 2018 12:07:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A401EE085E;
	Thu, 22 Nov 2018 12:07:06 +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 66EC0E085E
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Nov 2018 12:07:06 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 B0A85335C9F
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Nov 2018 12:07:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EECE0476
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Nov 2018 12:07:01 +0000 (UTC)
From: "Kent Fredric" <kentnl@gentoo.org>
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" <kentnl@gentoo.org>
Message-ID: <1542888382.aa465725ac61d14055d87d8df8288905f997c72d.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.811.ebuild
X-VCS-Directories: virtual/perl-Math-BigInt/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: aa465725ac61d14055d87d8df8288905f997c72d
X-VCS-Branch: master
Date: Thu, 22 Nov 2018 12:07:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 62443cdf-bfe5-4535-8943-22ffb355dcde
X-Archives-Hash: 04f373960d094ef5a7103fdc59f011fc

commit:     aa465725ac61d14055d87d8df8288905f997c72d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 16 11:17:14 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 12:06:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa465725

virtual/perl-Math-BigInt: Add ~prefix keywords from dev-lang/perl

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild | 4 ++--
 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.811.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild
index 0e62d13f164..2325e405627 100644
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.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 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~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-Math-BigInt/perl-Math-BigInt-1.999.811.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.811.ebuild
index 3dc30d324ac..2bcfa9e5b9d 100644
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.811.ebuild
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.811.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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~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* ~perl-core/${PN#perl-}-${PV} )