From 026ad7a54ce93e822a9b2dd61089d21d656bd36e Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 21 Jan 2023 16:17:17 +0000 Subject: sys-auth/pam_pwdfile: deprecate eutils --- sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys-auth') 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-}" -- cgit v1.2.3