diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:11:39 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:05 +0100 |
commit | 4b26abda56b2b4d4c5ef6718bb78767c83f22d7c (patch) | |
tree | 7cafdd4ca8fee3dd0e73dba9de626a9514ca7fc2 | |
parent | sys-auth/pam_sqlite3: move to EAPI 7 (diff) | |
download | portage-4b26abda56b2b4d4c5ef6718bb78767c83f22d7c.tar.xz |
sys-auth/pam_pwdfile: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild | 4 |
1 files changed, 2 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 22fd912f..a25b3183 100644 --- a/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild +++ b/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils flag-o-matic pam DESCRIPTION="PAM module for authenticating against passwd-like files." |