summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-01-21 16:17:17 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-01-21 17:16:15 +0000
commit026ad7a54ce93e822a9b2dd61089d21d656bd36e (patch)
treee8d230502b3879a913de3343a331db83ddec0ff4 /sys-auth
parentnet-firewall/iptables-snmp: deprecate eutils (diff)
downloadportage-026ad7a54ce93e822a9b2dd61089d21d656bd36e.tar.xz
sys-auth/pam_pwdfile: deprecate eutils
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild b/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild
index a25b3183..4e4eea7e 100644
--- a/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild
+++ b/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils flag-o-matic pam
+inherit toolchain-funcs flag-o-matic pam
DESCRIPTION="PAM module for authenticating against passwd-like files."
HOMEPAGE="https://github.com/tiwe-de/libpam-pwdfile"
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
-DEPEND="sys-libs/pam"
+DEPEND="sys-libs/pam
+ virtual/libcrypt:="
RDEPEND="${DEPEND}"
S="${WORKDIR}/${P/pam_/libpam-}"