Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/
Date: Thu, 28 Dec 2017 22:35:51
Message-Id: 1514500443.0a1cca77ab4315be2dd4b688caab7f3dbe24da76.mjo@gentoo
1 commit: 0a1cca77ab4315be2dd4b688caab7f3dbe24da76
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 28 21:11:34 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 28 22:34:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1cca77
7
8 sys-libs/pam: add IUSE="+cracklib" default.
9
10 Bug: https://bugs.gentoo.org/642570
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 sys-libs/pam/pam-1.2.1-r2.ebuild | 2 +-
14 sys-libs/pam/pam-1.3.0-r2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-libs/pam/pam-1.2.1-r2.ebuild b/sys-libs/pam/pam-1.2.1-r2.ebuild
18 index d8857d6f143..9da0651bcd3 100644
19 --- a/sys-libs/pam/pam-1.2.1-r2.ebuild
20 +++ b/sys-libs/pam/pam-1.2.1-r2.ebuild
21 @@ -16,7 +16,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
22 LICENSE="|| ( BSD GPL-2 )"
23 SLOT="0"
24 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
25 -IUSE="audit berkdb cracklib debug nis nls +pie selinux test"
26 +IUSE="audit berkdb +cracklib debug nis nls +pie selinux test"
27
28 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
29 cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )
30
31 diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild
32 index ee426cd8d88..bab9709b1fc 100644
33 --- a/sys-libs/pam/pam-1.3.0-r2.ebuild
34 +++ b/sys-libs/pam/pam-1.3.0-r2.ebuild
35 @@ -16,7 +16,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
36 LICENSE="|| ( BSD GPL-2 )"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
39 -IUSE="audit berkdb cracklib debug nis nls +pie selinux test vim-syntax"
40 +IUSE="audit berkdb +cracklib debug nis nls +pie selinux test vim-syntax"
41
42 RDEPEND="
43 nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )