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 84DB11396D0 for ; Sun, 27 Aug 2017 08:29:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B73E0C5A; Sun, 27 Aug 2017 08:29:02 +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 7EBA5E0C5A for ; Sun, 27 Aug 2017 08:29:02 +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 99532341937 for ; Sun, 27 Aug 2017 08:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 434B48436 for ; Sun, 27 Aug 2017 08:29:00 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1503822467.9c32aa0f8ff863f92c019f56ffe8830b035005e9.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_abl/pam_abl-0.6.0.ebuild X-VCS-Directories: sys-auth/pam_abl/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 9c32aa0f8ff863f92c019f56ffe8830b035005e9 X-VCS-Branch: master Date: Sun, 27 Aug 2017 08:29:00 +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: 4adc3d86-84fa-4830-8cf9-a5bd9f11fb58 X-Archives-Hash: 96fb177d86215ea52c9c7381ee919e10 commit: 9c32aa0f8ff863f92c019f56ffe8830b035005e9 Author: Amy Liffey gentoo org> AuthorDate: Sun Aug 27 08:24:37 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sun Aug 27 08:27:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c32aa0f sys-auth/pam_abl: stable for x86 bug #625470 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild index 38816e5bc6e..450c5c2e55b 100644 --- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild +++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=sys-libs/pam-0.78-r2