From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1184948-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 1EDC613835A
	for <garchives@archives.gentoo.org>; Mon,  6 Jul 2020 02:51:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 04BC6E0898;
	Mon,  6 Jul 2020 02:51:09 +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 D1343E0897
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jul 2020 02:51:08 +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 15A2634EDA4
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jul 2020 02:51:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 873002CA
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jul 2020 02:51:04 +0000 (UTC)
From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1594003679.3c8dcf3607f4159b0d61a497965d9cc4452040b0.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GnuPG-Interface/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
X-VCS-Directories: dev-perl/GnuPG-Interface/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 3c8dcf3607f4159b0d61a497965d9cc4452040b0
X-VCS-Branch: master
Date: Mon,  6 Jul 2020 02:51:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a037d5fb-453e-4ce9-9e9e-27d469b71bf4
X-Archives-Hash: 19d53df373901c80fb7b90859e063107

commit:     3c8dcf3607f4159b0d61a497965d9cc4452040b0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  6 02:47:59 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul  6 02:47:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8dcf36

dev-perl/GnuPG-Interface: Stabilize 0.520.0-r3 ppc, #717060

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
index 7bbc172f166..48868d5da8e 100644
--- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
+++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module interface to interacting with GnuPG"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 hppa ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"