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: Sun, 31 Jul 2022 14:10:43
Message-Id: 1659276634.36aaccbded15d44fb723796798e0bd97d31ea2b9.bkohler@gentoo
1 commit: 36aaccbded15d44fb723796798e0bd97d31ea2b9
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 14:10:07 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 14:10:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36aaccbd
7
8 sys-libs/ldb: require lmdb for tests
9
10 Closes: https://bugs.gentoo.org/659368
11
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 sys-libs/ldb/ldb-2.3.4.ebuild | 2 +-
15 sys-libs/ldb/ldb-2.4.4.ebuild | 2 +-
16 sys-libs/ldb/ldb-2.5.2.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/sys-libs/ldb/ldb-2.3.4.ebuild b/sys-libs/ldb/ldb-2.3.4.ebuild
20 index 0730a2c090be..d98d303d64c7 100644
21 --- a/sys-libs/ldb/ldb-2.3.4.ebuild
22 +++ b/sys-libs/ldb/ldb-2.3.4.ebuild
23 @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~
24 IUSE="doc ldap +lmdb python test"
25
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}
27 - test? ( python )"
28 + test? ( lmdb python )"
29
30 RESTRICT="!test? ( test )"
31
32
33 diff --git a/sys-libs/ldb/ldb-2.4.4.ebuild b/sys-libs/ldb/ldb-2.4.4.ebuild
34 index 05b4d0c727a9..1b553e360e10 100644
35 --- a/sys-libs/ldb/ldb-2.4.4.ebuild
36 +++ b/sys-libs/ldb/ldb-2.4.4.ebuild
37 @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~
38 IUSE="doc ldap +lmdb python test"
39
40 REQUIRED_USE="${PYTHON_REQUIRED_USE}
41 - test? ( python )"
42 + test? ( lmdb python )"
43
44 RESTRICT="!test? ( test )"
45
46
47 diff --git a/sys-libs/ldb/ldb-2.5.2.ebuild b/sys-libs/ldb/ldb-2.5.2.ebuild
48 index c723951c9d16..3016e578d88c 100644
49 --- a/sys-libs/ldb/ldb-2.5.2.ebuild
50 +++ b/sys-libs/ldb/ldb-2.5.2.ebuild
51 @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~
52 IUSE="doc ldap +lmdb python test"
53
54 REQUIRED_USE="${PYTHON_REQUIRED_USE}
55 - test? ( python )"
56 + test? ( lmdb python )"
57
58 RESTRICT="!test? ( test )"