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: Fri, 14 Feb 2020 14:18:27
Message-Id: 1581689888.2098d55382eb7b4e2585d9947f2a28496b7a74cc.bkohler@gentoo
1 commit: 2098d55382eb7b4e2585d9947f2a28496b7a74cc
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 14 14:17:54 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 14:18:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098d553
7
8 sys-libs/ldb: require USE=python for tests
9
10 Closes: https://bugs.gentoo.org/684564
11 Closes: https://bugs.gentoo.org/709600
12 Package-Manager: Portage-2.3.88, Repoman-2.3.20
13 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
14
15 sys-libs/ldb/ldb-2.0.8.ebuild | 5 ++++-
16 1 file changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-libs/ldb/ldb-2.0.8.ebuild b/sys-libs/ldb/ldb-2.0.8.ebuild
19 index 0b0fd52ea9c..714949be4e5 100644
20 --- a/sys-libs/ldb/ldb-2.0.8.ebuild
21 +++ b/sys-libs/ldb/ldb-2.0.8.ebuild
22 @@ -14,7 +14,10 @@ SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"
23 LICENSE="LGPL-3"
24 SLOT="0/${PV}"
25 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
26 -IUSE="doc +ldap +lmdb python"
27 +IUSE="doc +ldap +lmdb python test"
28 +
29 +RESTRICT="!test? ( test )"
30 +REQUIRED_USE="test? ( python )"
31
32 RDEPEND="
33 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )