sys-libs/ldb: require USE=python for tests

Closes: https://bugs.gentoo.org/684564
Closes: https://bugs.gentoo.org/709600
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2020-02-14 08:17:54 -06:00
parent caebd2c3be
commit 2098d55382

View File

@@ -14,7 +14,10 @@ SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="doc +ldap +lmdb python"
IUSE="doc +ldap +lmdb python test"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( python )"
RDEPEND="
!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )