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 F2E141382C5 for ; Tue, 9 Jun 2020 13:20:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EDCE089A; Tue, 9 Jun 2020 13:20:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0061AE089A for ; Tue, 9 Jun 2020 13:19:59 +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 6012434F03D for ; Tue, 9 Jun 2020 13:19:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A1B2262 for ; Tue, 9 Jun 2020 13:19:56 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1591708792.2a4da5786b9fd160591c32d90027feaf4f397a4e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pambase/pambase-20190402.ebuild sys-auth/pambase/pambase-20191128.ebuild sys-auth/pambase/pambase-20200304.ebuild X-VCS-Directories: sys-auth/pambase/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2a4da5786b9fd160591c32d90027feaf4f397a4e X-VCS-Branch: master Date: Tue, 9 Jun 2020 13:19:56 +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: 6e2b94e0-818a-4133-9045-ecd2f64a5251 X-Archives-Hash: 0b36ab5e9b0a78c1dd737a42fe1df389 commit: 2a4da5786b9fd160591c32d90027feaf4f397a4e Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jun 9 13:19:04 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jun 9 13:19:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4da578 sys-auth/pambase: enable pam[cracklib] if only possible Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/pambase/pambase-20190402.ebuild | 2 +- sys-auth/pambase/pambase-20191128.ebuild | 2 +- 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 eba24331f50..561f79c02e7 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 63a2fcc63a5..c2f09b9e78a 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 63a2fcc63a5..c2f09b9e78a 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? (