diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:38:33 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:38:38 +0300 |
commit | 45559e5d7b500c55816b1939ec5f43c69a3f3817 (patch) | |
tree | 6512818ab81dd9827990e2028b84ee09d052f169 /sys-auth/pam_passwdqc | |
parent | gnome-extra/nm-applet: bump to 1.8.24 (diff) | |
download | gentoo-45559e5d7b500c55816b1939ec5f43c69a3f3817.tar.gz gentoo-45559e5d7b500c55816b1939ec5f43c69a3f3817.tar.bz2 gentoo-45559e5d7b500c55816b1939ec5f43c69a3f3817.zip |
sys-auth/pam_passwdqc: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/pam_passwdqc')
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild index 03d310fe1a93..a960678e6f9b 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -13,7 +13,7 @@ LICENSE="Openwall BSD public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" -DEPEND="virtual/pam" +DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" src_unpack() { |