commit: e5ffcf19986eb9ddf44f50e23517018d42b69dce
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Feb 12 00:00:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 19:49:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffcf19
net-nds/openldap: Add dependency on virtual/libcrypt.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{openldap-2.4.59.ebuild => openldap-2.4.59-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-nds/openldap/openldap-2.4.59.ebuild
b/net-nds/openldap/openldap-2.4.59-r1.ebuild
similarity index 99%
rename from net-nds/openldap/openldap-2.4.59.ebuild
rename to net-nds/openldap/openldap-2.4.59-r1.ebuild
index 67b024653c5..633bd5c86de 100644
--- a/net-nds/openldap/openldap-2.4.59.ebuild
+++ b/net-nds/openldap/openldap-2.4.59-r1.ebuild
@@ -62,6 +62,7 @@ COMMON_DEPEND="
dev-libs/libltdl
sys-libs/e2fsprogs-libs
>=dev-db/lmdb-0.9.18:=
+ crypt? ( virtual/libcrypt:= )
tcpd? ( sys-apps/tcp-wrappers )
odbc? ( !iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc ) )
@@ -93,14 +94,13 @@ RDEPEND="${COMMON_DEPEND}
# The user/group are only used for running daemons which are
# disabled in minimal builds, so elide the accounts too.
-# for tracking versions
-
BDEPEND="!minimal? (
acct-group/ldap
acct-user/ldap
)
"
+# for tracking versions
OPENLDAP_VERSIONTAG=".version-tag"
OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data"
@@ -822,13 +822,13 @@ multilib_src_install() {
#newdoc acl/README*
newdoc addpartial/README addpartial-README
newdoc allop/README allop-README
- newdoc allowed/README allowed-README
+ newdoc allowed/README allowed-README
newdoc autogroup/README autogroup-README
newdoc dsaschema/README dsaschema-README
newdoc passwd/README passwd-README
cd "${S}/contrib/slapi-plugins" || die
insinto /usr/$(get_libdir)/openldap/openldap
- doins */*.so
+ doins */*.so
docinto contrib
newdoc addrdnvalues/README addrdnvalues-README