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 46064139694 for ; Mon, 19 Jun 2017 20:07:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 432FAE0D47; Mon, 19 Jun 2017 20:07:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C45CE0D33 for ; Mon, 19 Jun 2017 20:07:07 +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 1869A3419F4 for ; Mon, 19 Jun 2017 20:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B256B7488 for ; Mon, 19 Jun 2017 20:07:04 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497902816.e28f20b9566d64ffd9ab6bf824f7dff16b9ab340.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_passwdqc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild X-VCS-Directories: sys-auth/pam_passwdqc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e28f20b9566d64ffd9ab6bf824f7dff16b9ab340 X-VCS-Branch: master Date: Mon, 19 Jun 2017 20:07:04 +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: e9d0d8ff-b1d1-4941-9e93-857e10e29e9e X-Archives-Hash: 23de6dd96a5c5cbc0ff220f11816e291 commit: e28f20b9566d64ffd9ab6bf824f7dff16b9ab340 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 19 19:45:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 19 20:06:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28f20b9 sys-auth/pam_passwdqc: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild index 5160c52b7a1..fa6c22ac00d 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="http://www.openwall.com/passwdqc/" LICENSE="Openwall BSD public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" DEPEND="sys-auth/passwdqc[pam]" RDEPEND="${DEPEND}"