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 DA32413997D for ; Sun, 10 Nov 2019 16:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23425E0A5D; Sun, 10 Nov 2019 16:32:16 +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 0AA08E0A5D for ; Sun, 10 Nov 2019 16:32:16 +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 2659634CB49 for ; Sun, 10 Nov 2019 16:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5EBF88E for ; Sun, 10 Nov 2019 16:32:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573403466.d517aa3e54e32d337530f7038c2f402c2f15c68f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild X-VCS-Directories: net-mail/checkpassword-pam/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d517aa3e54e32d337530f7038c2f402c2f15c68f X-VCS-Branch: master Date: Sun, 10 Nov 2019 16:32:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab8850a2-3688-410c-805f-403020df6683 X-Archives-Hash: e8e2fc02b3ce9b242150bf63ab10527b commit: d517aa3e54e32d337530f7038c2f402c2f15c68f Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 10 16:31:06 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 10 16:31:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517aa3e net-mail/checkpassword-pam: ALLARCHES for EAPI bump Signed-off-by: Aaron Bauman gentoo.org> net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild index 51d3dd5ee40..da5f73d157a 100644 --- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild +++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~x86" +KEYWORDS="alpha ~amd64 ~arm64 hppa ppc x86" DEPEND=">=sys-libs/pam-0.75"