diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-11 15:16:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-11 15:18:25 +0100 |
commit | c2e5b56197a5aebc6f37f0dc1d8af846d1976c90 (patch) | |
tree | 02010d03277638feaf89ce31b5a7138bdc5aa37c /net-nds/openldap | |
parent | font.eclass: Ban EAPIs < 5 (diff) | |
download | gentoo-c2e5b56197a5aebc6f37f0dc1d8af846d1976c90.tar.gz gentoo-c2e5b56197a5aebc6f37f0dc1d8af846d1976c90.tar.bz2 gentoo-c2e5b56197a5aebc6f37f0dc1d8af846d1976c90.zip |
net-nds/openldap: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nds/openldap')
-rw-r--r-- | net-nds/openldap/openldap-2.4.48.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |