diff options
-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() { |