From: Michał Górny Date: Wed, 11 Dec 2019 14:16:21 +0000 (+0100) Subject: net-nds/openldap: [QA] Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c2e5b56197a5aebc6f37f0dc1d8af846d1976c90;p=gentoo.git net-nds/openldap: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/net-nds/openldap/openldap-2.4.48.ebuild b/net-nds/openldap/openldap-2.4.48.ebuild index 36678c333b5d..4a06584e7992 100644 --- a/net-nds/openldap/openldap-2.4.48.ebuild +++ b/net-nds/openldap/openldap-2.4.48.ebuild @@ -28,6 +28,7 @@ IUSE_CONTRIB="smbkrb5passwd kerberos kinit pbkdf2 sha2" IUSE_CONTRIB="${IUSE_CONTRIB} -cxx" IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}" +RESTRICT="!test? ( test )" REQUIRED_USE="cxx? ( sasl ) pbkdf2? ( ssl ) test? ( berkdb )