commit: efa257a8f713742f43bbf77dc51aa6264e01b355 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 18:00:00 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 18:00:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa257a8
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 <AT> gentoo.org> sys-libs/ldb/ldb-2.0.8.ebuild | 4 ++-- sys-libs/ldb/ldb-2.0.9.ebuild | 4 ++-- 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 088655213fa..c4654f0379d 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 0054406aec4..484c8a1afd8 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 c8b8d655586..e1deb520305 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"
