commit: 36aaccbded15d44fb723796798e0bd97d31ea2b9 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sun Jul 31 14:10:07 2022 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Sun Jul 31 14:10:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36aaccbd
sys-libs/ldb: require lmdb for tests Closes: https://bugs.gentoo.org/659368 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> sys-libs/ldb/ldb-2.3.4.ebuild | 2 +- sys-libs/ldb/ldb-2.4.4.ebuild | 2 +- sys-libs/ldb/ldb-2.5.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/ldb/ldb-2.3.4.ebuild b/sys-libs/ldb/ldb-2.3.4.ebuild index 0730a2c090be..d98d303d64c7 100644 --- a/sys-libs/ldb/ldb-2.3.4.ebuild +++ b/sys-libs/ldb/ldb-2.3.4.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="doc ldap +lmdb python test" REQUIRED_USE="${PYTHON_REQUIRED_USE} - test? ( python )" + test? ( lmdb python )" RESTRICT="!test? ( test )" diff --git a/sys-libs/ldb/ldb-2.4.4.ebuild b/sys-libs/ldb/ldb-2.4.4.ebuild index 05b4d0c727a9..1b553e360e10 100644 --- a/sys-libs/ldb/ldb-2.4.4.ebuild +++ b/sys-libs/ldb/ldb-2.4.4.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="doc ldap +lmdb python test" REQUIRED_USE="${PYTHON_REQUIRED_USE} - test? ( python )" + test? ( lmdb python )" RESTRICT="!test? ( test )" diff --git a/sys-libs/ldb/ldb-2.5.2.ebuild b/sys-libs/ldb/ldb-2.5.2.ebuild index c723951c9d16..3016e578d88c 100644 --- a/sys-libs/ldb/ldb-2.5.2.ebuild +++ b/sys-libs/ldb/ldb-2.5.2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="doc ldap +lmdb python test" REQUIRED_USE="${PYTHON_REQUIRED_USE} - test? ( python )" + test? ( lmdb python )" RESTRICT="!test? ( test )"
