From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB441138334 for ; Wed, 11 Dec 2019 14:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA99EE0844; Wed, 11 Dec 2019 14:18:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E09FE0844 for ; Wed, 11 Dec 2019 14:18:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 121F034D937 for ; Wed, 11 Dec 2019 14:18:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 917C42A5 for ; Wed, 11 Dec 2019 14:18:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576073905.c2e5b56197a5aebc6f37f0dc1d8af846d1976c90.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/openldap/openldap-2.4.48.ebuild X-VCS-Directories: net-nds/openldap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2e5b56197a5aebc6f37f0dc1d8af846d1976c90 X-VCS-Branch: master Date: Wed, 11 Dec 2019 14:18:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68caa6dd-7b93-4c85-9944-703b624c8a5f X-Archives-Hash: 0c74d2358a7b3fadbec691362fd9337e commit: c2e5b56197a5aebc6f37f0dc1d8af846d1976c90 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 11 14:16:21 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 11 14:18:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e5b561 net-nds/openldap: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> net-nds/openldap/openldap-2.4.48.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-nds/openldap/openldap-2.4.48.ebuild b/net-nds/openldap/openldap-2.4.48.ebuild index 36678c333b5..4a06584e799 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 )