diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-09 16:19:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-09 16:19:52 +0300 |
commit | 2a4da5786b9fd160591c32d90027feaf4f397a4e (patch) | |
tree | 47b6d674d3297a4d34b31530fa64a0786e9f68b9 /sys-auth | |
parent | dev-lang/micropython: restore tests. (diff) | |
download | gentoo-2a4da5786b9fd160591c32d90027feaf4f397a4e.tar.gz gentoo-2a4da5786b9fd160591c32d90027feaf4f397a4e.tar.bz2 gentoo-2a4da5786b9fd160591c32d90027feaf4f397a4e.zip |
sys-auth/pambase: enable pam[cracklib] if only possible
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pambase/pambase-20190402.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20191128.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20200304.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pambase/pambase-20190402.ebuild b/sys-auth/pambase/pambase-20190402.ebuild index eba24331f502..561f79c02e7a 100644 --- a/sys-auth/pambase/pambase-20190402.ebuild +++ b/sys-auth/pambase/pambase-20190402.ebuild @@ -21,7 +21,7 @@ MIN_PAM_REQ=1.1.3 RDEPEND=" >=sys-libs/pam-${MIN_PAM_REQ} consolekit? ( sys-auth/consolekit[pam] ) - cracklib? ( sys-libs/pam[cracklib] ) + cracklib? ( sys-libs/pam[cracklib(+)] ) elogind? ( sys-auth/elogind[pam] ) mktemp? ( sys-auth/pam_mktemp ) pam_krb5? ( diff --git a/sys-auth/pambase/pambase-20191128.ebuild b/sys-auth/pambase/pambase-20191128.ebuild index 63a2fcc63a5c..c2f09b9e78a1 100644 --- a/sys-auth/pambase/pambase-20191128.ebuild +++ b/sys-auth/pambase/pambase-20191128.ebuild @@ -21,7 +21,7 @@ MIN_PAM_REQ=1.1.3 RDEPEND=" >=sys-libs/pam-${MIN_PAM_REQ} consolekit? ( sys-auth/consolekit[pam] ) - cracklib? ( sys-libs/pam[cracklib] ) + cracklib? ( sys-libs/pam[cracklib(+)] ) elogind? ( sys-auth/elogind[pam] ) mktemp? ( sys-auth/pam_mktemp ) pam_krb5? ( diff --git a/sys-auth/pambase/pambase-20200304.ebuild b/sys-auth/pambase/pambase-20200304.ebuild index 63a2fcc63a5c..c2f09b9e78a1 100644 --- a/sys-auth/pambase/pambase-20200304.ebuild +++ b/sys-auth/pambase/pambase-20200304.ebuild @@ -21,7 +21,7 @@ MIN_PAM_REQ=1.1.3 RDEPEND=" >=sys-libs/pam-${MIN_PAM_REQ} consolekit? ( sys-auth/consolekit[pam] ) - cracklib? ( sys-libs/pam[cracklib] ) + cracklib? ( sys-libs/pam[cracklib(+)] ) elogind? ( sys-auth/elogind[pam] ) mktemp? ( sys-auth/pam_mktemp ) pam_krb5? ( |