diff options
author | Sam James <sam@gentoo.org> | 2022-03-22 23:12:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-22 23:26:52 +0000 |
commit | 02c5c5076c42da8eb3452a633aeb96d95156e63c (patch) | |
tree | 3efe32ad8a18f435aafc42ca5a98392f164ce591 /net-nds | |
parent | net-nds/openldap: add subslot (diff) | |
download | gentoo-02c5c5076c42da8eb3452a633aeb96d95156e63c.tar.gz gentoo-02c5c5076c42da8eb3452a633aeb96d95156e63c.tar.bz2 gentoo-02c5c5076c42da8eb3452a633aeb96d95156e63c.zip |
net-nds/openldap: add sys-apps/util-linux dependency for libutil
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/openldap/openldap-2.6.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/openldap/openldap-2.6.1-r1.ebuild b/net-nds/openldap/openldap-2.6.1-r1.ebuild index 2b25520bfaa5..7091232465cf 100644 --- a/net-nds/openldap/openldap-2.6.1-r1.ebuild +++ b/net-nds/openldap/openldap-2.6.1-r1.ebuild @@ -42,6 +42,7 @@ S=${WORKDIR}/${PN}-OPENLDAP_REL_ENG_${MY_PV} # openssl is needed to generate lanman-passwords required by samba COMMON_DEPEND=" + kernel_linux? ( sys-apps/util-linux ) ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] @@ -72,7 +73,7 @@ COMMON_DEPEND=" kerberos? ( virtual/krb5 kinit? ( !app-crypt/heimdal ) - ) + ) ) " DEPEND="${COMMON_DEPEND} |