diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-17 18:10:34 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-17 18:12:41 +0100 |
commit | 972fc5725e280a362295a6e4c8c594d32b60afcb (patch) | |
tree | 00a25f0d336f10c0b1d39276da59c85cf62b93f1 | |
parent | sys-firmware/gnuk: unused eclass: eutils (diff) | |
download | portage-972fc5725e280a362295a6e4c8c594d32b60afcb.tar.xz |
sys-auth/pam_sqlite3: unused eclass: eutils
-rw-r--r-- | sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.ebuild | 5 | ||||
-rw-r--r-- | sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild | 5 |
2 files changed, 6 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 b3734f10..48955cc3 100644 --- a/sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.ebuild +++ b/sys-auth/pam_sqlite3/pam_sqlite3-1.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils toolchain-funcs pam +inherit autotools toolchain-funcs pam DESCRIPTION="A PAM module to authenticate against SQLite tables" HOMEPAGE="https://github.com/dtjm/pam_sqlite3" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="sys-libs/pam - dev-db/sqlite:3" + dev-db/sqlite:3 + virtual/libcrypt" RDEPEND="${DEPEND}" src_prepare() { diff --git a/sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild b/sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild index 2f4e8178..cd11e0ac 100644 --- a/sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild +++ b/sys-auth/pam_sqlite3/pam_sqlite3-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 autotools eutils toolchain-funcs pam +inherit git-r3 autotools toolchain-funcs pam DESCRIPTION="A PAM module to authenticate against SQLite tables" HOMEPAGE="https://github.com/dtjm/pam_sqlite3" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="" DEPEND="sys-libs/pam - dev-db/sqlite:3" + dev-db/sqlite:3 + virtual/libcrypt" RDEPEND="${DEPEND}" src_prepare() { |