Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/
Date: Sat, 28 Mar 2020 18:01:13
Message-Id: 1585418444.efa257a8f713742f43bbf77dc51aa6264e01b355.bkohler@gentoo
1 commit: efa257a8f713742f43bbf77dc51aa6264e01b355
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:00:00 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:00:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa257a8
7
8 sys-libs/ldb: fix new REQUIRED_USE for tests to actually apply
9
10 Closes: https://bugs.gentoo.org/709600
11 Package-Manager: Portage-2.3.96, Repoman-2.3.22
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 sys-libs/ldb/ldb-2.0.8.ebuild | 4 ++--
15 sys-libs/ldb/ldb-2.0.9.ebuild | 4 ++--
16 sys-libs/ldb/ldb-2.1.1.ebuild | 4 ++--
17 3 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/sys-libs/ldb/ldb-2.0.8.ebuild b/sys-libs/ldb/ldb-2.0.8.ebuild
20 index 088655213fa..c4654f0379d 100644
21 --- a/sys-libs/ldb/ldb-2.0.8.ebuild
22 +++ b/sys-libs/ldb/ldb-2.0.8.ebuild
23 @@ -17,7 +17,6 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
24 IUSE="doc +ldap +lmdb python test"
25
26 RESTRICT="!test? ( test )"
27 -REQUIRED_USE="test? ( python )"
28
29 RDEPEND="
30 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
31 @@ -38,7 +37,8 @@ DEPEND="dev-libs/libxslt
32 ${RDEPEND}
33 "
34
35 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
36 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
37 + test? ( python )"
38
39 WAF_BINARY="${S}/buildtools/bin/waf"
40
41
42 diff --git a/sys-libs/ldb/ldb-2.0.9.ebuild b/sys-libs/ldb/ldb-2.0.9.ebuild
43 index 0054406aec4..484c8a1afd8 100644
44 --- a/sys-libs/ldb/ldb-2.0.9.ebuild
45 +++ b/sys-libs/ldb/ldb-2.0.9.ebuild
46 @@ -17,7 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~
47 IUSE="doc +ldap +lmdb python test"
48
49 RESTRICT="!test? ( test )"
50 -REQUIRED_USE="test? ( python )"
51
52 RDEPEND="
53 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
54 @@ -38,7 +37,8 @@ DEPEND="dev-libs/libxslt
55 ${RDEPEND}
56 "
57
58 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
59 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
60 + test? ( python )"
61
62 WAF_BINARY="${S}/buildtools/bin/waf"
63
64
65 diff --git a/sys-libs/ldb/ldb-2.1.1.ebuild b/sys-libs/ldb/ldb-2.1.1.ebuild
66 index c8b8d655586..e1deb520305 100644
67 --- a/sys-libs/ldb/ldb-2.1.1.ebuild
68 +++ b/sys-libs/ldb/ldb-2.1.1.ebuild
69 @@ -17,7 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~
70 IUSE="doc +ldap +lmdb python test"
71
72 RESTRICT="!test? ( test )"
73 -REQUIRED_USE="test? ( python )"
74
75 RDEPEND="
76 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
77 @@ -38,7 +37,8 @@ DEPEND="dev-libs/libxslt
78 ${RDEPEND}
79 "
80
81 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
82 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
83 + test? ( python )"
84
85 WAF_BINARY="${S}/buildtools/bin/waf"