diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:49:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:49:34 +0300 |
commit | 4bb68e2e0b75ea3d63cbb40a916c36f7105f4a64 (patch) | |
tree | 6fbf359a8d93fcaacaca10db346a1984907a8aac /sys-auth/pam_dotfile | |
parent | net-misc/hylafaxplus: migrate to sys-libs/pam (diff) | |
download | gentoo-4bb68e2e0b75ea3d63cbb40a916c36f7105f4a64.tar.gz gentoo-4bb68e2e0b75ea3d63cbb40a916c36f7105f4a64.tar.bz2 gentoo-4bb68e2e0b75ea3d63cbb40a916c36f7105f4a64.zip |
sys-auth/pam_dotfile: 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_dotfile')
-rw-r--r-- | sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild b/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild index 91fc44b9bfc5..5ec0eed67259 100644 --- a/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild +++ b/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" -RDEPEND="virtual/pam" +RDEPEND="sys-libs/pam" DEPEND="${RDEPEND} doc? ( www-client/lynx )" |