diff options
author | 2019-10-12 23:52:10 +0300 | |
---|---|---|
committer | 2019-10-12 23:52:10 +0300 | |
commit | 432a781a486af0f6b1e6c7df2c38a903d74bbba2 (patch) | |
tree | d49b93157f08069aae7fc270dffd52acaa800e62 /sys-auth | |
parent | sys-auth/pam_chroot: migrate to sys-libs/pam (diff) | |
download | gentoo-432a781a486af0f6b1e6c7df2c38a903d74bbba2.tar.gz gentoo-432a781a486af0f6b1e6c7df2c38a903d74bbba2.tar.bz2 gentoo-432a781a486af0f6b1e6c7df2c38a903d74bbba2.zip |
sys-auth/pam-afs-session: 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')
-rw-r--r-- | sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild b/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild index 2d895f991d10..b9e5d8a2895c 100644 --- a/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild +++ b/sys-auth/pam-afs-session/pam-afs-session-1.6.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 @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/krb5 virtual/pam" +DEPEND="virtual/krb5 + sys-libs/pam" RDEPEND="${DEPEND}" src_compile() { |