Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_passwdqc/
Date: Sat, 12 Oct 2019 21:38:44
Message-Id: 1570916318.45559e5d7b500c55816b1939ec5f43c69a3f3817.zlogene@gentoo
1 commit: 45559e5d7b500c55816b1939ec5f43c69a3f3817
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 21:38:33 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 21:38:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45559e5d
7
8 sys-auth/pam_passwdqc: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild
17 index 03d310fe1a9..a960678e6f9 100644
18 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild
19 +++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=0
26 @@ -13,7 +13,7 @@ LICENSE="Openwall BSD public-domain"
27 SLOT="0"
28 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
29
30 -DEPEND="virtual/pam"
31 +DEPEND="sys-libs/pam"
32 RDEPEND="${DEPEND}"
33
34 src_unpack() {