commit:     02c5c5076c42da8eb3452a633aeb96d95156e63c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 23:12:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 23:26:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c5c507

net-nds/openldap: add sys-apps/util-linux dependency for libutil

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nds/openldap/openldap-2.6.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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}

Reply via email to