diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-03-28 13:00:00 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-03-28 13:00:44 -0500 |
commit | efa257a8f713742f43bbf77dc51aa6264e01b355 (patch) | |
tree | de47afab0205799618a9c9fe95d17290dd97b442 /sys-libs/ldb | |
parent | sys-apps/portage: re-add 2.3.79 for lagging archs (diff) | |
download | gentoo-efa257a8f713742f43bbf77dc51aa6264e01b355.tar.gz gentoo-efa257a8f713742f43bbf77dc51aa6264e01b355.tar.bz2 gentoo-efa257a8f713742f43bbf77dc51aa6264e01b355.zip |
sys-libs/ldb: fix new REQUIRED_USE for tests to actually apply
Closes: https://bugs.gentoo.org/709600
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-libs/ldb')
-rw-r--r-- | sys-libs/ldb/ldb-2.0.8.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/ldb/ldb-2.0.9.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/ldb/ldb-2.1.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/ldb/ldb-2.0.8.ebuild b/sys-libs/ldb/ldb-2.0.8.ebuild index 088655213faf..c4654f0379d3 100644 --- a/sys-libs/ldb/ldb-2.0.8.ebuild +++ b/sys-libs/ldb/ldb-2.0.8.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="doc +ldap +lmdb python test" RESTRICT="!test? ( test )" -REQUIRED_USE="test? ( python )" RDEPEND=" !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) @@ -38,7 +37,8 @@ DEPEND="dev-libs/libxslt ${RDEPEND} " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) + test? ( python )" WAF_BINARY="${S}/buildtools/bin/waf" diff --git a/sys-libs/ldb/ldb-2.0.9.ebuild b/sys-libs/ldb/ldb-2.0.9.ebuild index 0054406aec48..484c8a1afd84 100644 --- a/sys-libs/ldb/ldb-2.0.9.ebuild +++ b/sys-libs/ldb/ldb-2.0.9.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~ IUSE="doc +ldap +lmdb python test" RESTRICT="!test? ( test )" -REQUIRED_USE="test? ( python )" RDEPEND=" !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) @@ -38,7 +37,8 @@ DEPEND="dev-libs/libxslt ${RDEPEND} " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) + test? ( python )" WAF_BINARY="${S}/buildtools/bin/waf" diff --git a/sys-libs/ldb/ldb-2.1.1.ebuild b/sys-libs/ldb/ldb-2.1.1.ebuild index c8b8d6555867..e1deb520305b 100644 --- a/sys-libs/ldb/ldb-2.1.1.ebuild +++ b/sys-libs/ldb/ldb-2.1.1.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~ IUSE="doc +ldap +lmdb python test" RESTRICT="!test? ( test )" -REQUIRED_USE="test? ( python )" RDEPEND=" !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) @@ -38,7 +37,8 @@ DEPEND="dev-libs/libxslt ${RDEPEND} " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) + test? ( python )" WAF_BINARY="${S}/buildtools/bin/waf" |