diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:10:57 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:05 +0100 |
commit | 5bcad075112256ab72469897b74863f021d824c7 (patch) | |
tree | af50d1bef71381012d00d18d358fdb56bdb72461 | |
parent | net-misc/stund: move to EAPI 7 (diff) | |
download | portage-5bcad075112256ab72469897b74863f021d824c7.tar.xz |
sys-auth/pam_sqlite3: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.ebuild b/sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.ebuild index c602d11c..b3734f10 100644 --- a/sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.ebuild +++ b/sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.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 autotools eutils toolchain-funcs pam DESCRIPTION="A PAM module to authenticate against SQLite tables" diff --git a/sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild b/sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild index a76fa892..2f4e8178 100644 --- a/sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild +++ b/sys-auth/pam_sqlite3/pam_sqlite3-9999.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 git-r3 autotools eutils toolchain-funcs pam DESCRIPTION="A PAM module to authenticate against SQLite tables" |