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 1349D139083 for ; Tue, 19 Dec 2017 22:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25CBAE1030; Tue, 19 Dec 2017 22:22:22 +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 04F26E1030 for ; Tue, 19 Dec 2017 22:22:21 +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 BB4CD33E4AD for ; Tue, 19 Dec 2017 22:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49E7FAE8D for ; Tue, 19 Dec 2017 22:22:19 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513722125.283b270ea4ff26be0a8dddbee85bd39283766524.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.2.1-r2.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 283b270ea4ff26be0a8dddbee85bd39283766524 X-VCS-Branch: master Date: Tue, 19 Dec 2017 22:22:19 +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: c12b82d4-4d43-48d9-9f02-0ddf7fd60715 X-Archives-Hash: 11acbfdd48ef5fa47d1da48fb9e96b2a commit: 283b270ea4ff26be0a8dddbee85bd39283766524 Author: Patrice Clement gentoo org> AuthorDate: Sat Dec 9 19:22:33 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 19 22:22:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283b270e sys-libs/pam: stable for all arches. Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force sys-libs/pam/pam-1.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/pam/pam-1.2.1-r2.ebuild b/sys-libs/pam/pam-1.2.1-r2.ebuild index 1fc9b8ad5e7..d8857d6f143 100644 --- a/sys-libs/pam/pam-1.2.1-r2.ebuild +++ b/sys-libs/pam/pam-1.2.1-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2 LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="audit berkdb cracklib debug nis nls +pie selinux test" RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )