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 1100E138331 for ; Sat, 7 Apr 2018 04:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04B72E083D; Sat, 7 Apr 2018 04:01:28 +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 D59DCE083D for ; Sat, 7 Apr 2018 04:01:27 +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 4DFCF335C51 for ; Sat, 7 Apr 2018 04:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB61927D for ; Sat, 7 Apr 2018 04:01:24 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1523073637.12baa7ddf2d2ebd76941983db8479e5ec0b923f5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-PAM/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild X-VCS-Directories: dev-perl/Authen-PAM/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 12baa7ddf2d2ebd76941983db8479e5ec0b923f5 X-VCS-Branch: master Date: Sat, 7 Apr 2018 04:01:24 +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: 4b6b38ef-2c9c-4086-ba4a-98ffe98b115d X-Archives-Hash: 0a195c1d8c22a2442cd9c01a3efa83d6 commit: 12baa7ddf2d2ebd76941983db8479e5ec0b923f5 Author: Matt Turner gentoo org> AuthorDate: Sat Apr 7 04:00:37 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 7 04:00:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12baa7dd dev-perl/Authen-PAM-0.160.0-r2: ppc64 stable, bug 652466 dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild index 4db7e988a1b..95ebe3b204e 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Interface to PAM library" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="examples" RDEPEND="virtual/pam"