summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-21 16:02:04 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-21 16:02:04 +0200
commit10c3ef0ceec8f706d5b298895e05248fc651f233 (patch)
treef30753c4b917198d06aa5e6cfa7e99ba9938b6a8 /sys-libs/ldb
parentmail-client/thunderbird: stabilize 78.12.0 for amd64 (diff)
downloadgentoo-10c3ef0ceec8f706d5b298895e05248fc651f233.tar.gz
gentoo-10c3ef0ceec8f706d5b298895e05248fc651f233.tar.bz2
gentoo-10c3ef0ceec8f706d5b298895e05248fc651f233.zip
sys-libs/ldb: default disable USE="ldap"
* This is the last package in the tree that pulls in LDAP by default, requiring people to globally disable USE="ldap". Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/ldb')
-rw-r--r--sys-libs/ldb/ldb-2.2.1-r1.ebuild (renamed from sys-libs/ldb/ldb-2.2.1.ebuild)2
-rw-r--r--sys-libs/ldb/ldb-2.3.0-r1.ebuild (renamed from sys-libs/ldb/ldb-2.3.0.ebuild)2
-rw-r--r--sys-libs/ldb/ldb-2.4.0-r1.ebuild (renamed from sys-libs/ldb/ldb-2.4.0.ebuild)2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/ldb/ldb-2.2.1.ebuild b/sys-libs/ldb/ldb-2.2.1-r1.ebuild
index 2ec72bff2115..197d720205bb 100644
--- a/sys-libs/ldb/ldb-2.2.1.ebuild
+++ b/sys-libs/ldb/ldb-2.2.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="doc +ldap +lmdb python test"
+IUSE="doc ldap +lmdb python test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
test? ( python )"
diff --git a/sys-libs/ldb/ldb-2.3.0.ebuild b/sys-libs/ldb/ldb-2.3.0-r1.ebuild
index 57da33cd188c..83741f724f5b 100644
--- a/sys-libs/ldb/ldb-2.3.0.ebuild
+++ b/sys-libs/ldb/ldb-2.3.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="doc +ldap +lmdb python test"
+IUSE="doc ldap +lmdb python test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
test? ( python )"
diff --git a/sys-libs/ldb/ldb-2.4.0.ebuild b/sys-libs/ldb/ldb-2.4.0-r1.ebuild
index cc1ca66359b8..e27020898909 100644
--- a/sys-libs/ldb/ldb-2.4.0.ebuild
+++ b/sys-libs/ldb/ldb-2.4.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="doc +ldap +lmdb python test"
+IUSE="doc ldap +lmdb python test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
test? ( python )"