diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-02-12 00:00:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 20:49:57 +0100 |
commit | e5ffcf19986eb9ddf44f50e23517018d42b69dce (patch) | |
tree | b437c9249bddca1749acad972c0e627da9911162 | |
parent | net-wireless/bluez: Stabilize 5.58-r1 ppc64, #797568 (diff) | |
download | gentoo-e5ffcf19986eb9ddf44f50e23517018d42b69dce.tar.gz gentoo-e5ffcf19986eb9ddf44f50e23517018d42b69dce.tar.bz2 gentoo-e5ffcf19986eb9ddf44f50e23517018d42b69dce.zip |
net-nds/openldap: Add dependency on virtual/libcrypt.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-nds/openldap/openldap-2.4.59-r1.ebuild (renamed from net-nds/openldap/openldap-2.4.59.ebuild) | 8 |
1 files 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 index 67b024653c5f..633bd5c86de1 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 |