diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-15 11:10:20 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-15 11:17:49 +0200 |
commit | 42d6e353d6ff73e7c910cbc271e73ed9a3c2cff4 (patch) | |
tree | 080288d91bff02db956f8b2052c8998c81829738 /sys-libs/ldb | |
parent | dev-db/postgresql: stable 11.9 for hppa/sparc, bug #737032 (diff) | |
download | gentoo-42d6e353d6ff73e7c910cbc271e73ed9a3c2cff4.tar.gz gentoo-42d6e353d6ff73e7c910cbc271e73ed9a3c2cff4.tar.bz2 gentoo-42d6e353d6ff73e7c910cbc271e73ed9a3c2cff4.zip |
sys-libs/ldb: Revbumps to improve python handling
also disable distcc as it breaks build
Closes: https://bugs.gentoo.org/726454
Closes: https://bugs.gentoo.org/733188
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/ldb')
-rw-r--r-- | sys-libs/ldb/ldb-2.0.12-r1.ebuild (renamed from sys-libs/ldb/ldb-2.0.12.ebuild) | 9 | ||||
-rw-r--r-- | sys-libs/ldb/ldb-2.1.4-r1.ebuild (renamed from sys-libs/ldb/ldb-2.1.4.ebuild) | 9 | ||||
-rw-r--r-- | sys-libs/ldb/ldb-2.2.0-r1.ebuild (renamed from sys-libs/ldb/ldb-2.2.0.ebuild) | 9 |
3 files changed, 21 insertions, 6 deletions
diff --git a/sys-libs/ldb/ldb-2.0.12.ebuild b/sys-libs/ldb/ldb-2.0.12-r1.ebuild index ef525af0a11a..22e302e558d5 100644 --- a/sys-libs/ldb/ldb-2.0.12.ebuild +++ b/sys-libs/ldb/ldb-2.0.12-r1.ebuild @@ -32,8 +32,8 @@ RDEPEND=" DEPEND="dev-libs/libxslt doc? ( app-doc/doxygen ) + python? ( ${PYTHON_DEPS} ) virtual/pkgconfig - ${PYTHON_DEPS} ${RDEPEND} " @@ -50,7 +50,10 @@ PATCHES=( ) pkg_setup() { - python-single-r1_pkg_setup + # Package fails to build with distcc + export DISTCC_DISABLE=1 + + use python && python-single-r1_pkg_setup } src_prepare() { @@ -97,6 +100,8 @@ multilib_src_install() { docinto html dodoc -r apidocs/html/* fi + + use python && python_optimize #726454 } pkg_postinst() { diff --git a/sys-libs/ldb/ldb-2.1.4.ebuild b/sys-libs/ldb/ldb-2.1.4-r1.ebuild index e1deb520305b..91e258a2a019 100644 --- a/sys-libs/ldb/ldb-2.1.4.ebuild +++ b/sys-libs/ldb/ldb-2.1.4-r1.ebuild @@ -32,8 +32,8 @@ RDEPEND=" DEPEND="dev-libs/libxslt doc? ( app-doc/doxygen ) + python? ( ${PYTHON_DEPS} ) virtual/pkgconfig - ${PYTHON_DEPS} ${RDEPEND} " @@ -50,7 +50,10 @@ PATCHES=( ) pkg_setup() { - python-single-r1_pkg_setup + # Package fails to build with distcc + export DISTCC_DISABLE=1 + + use python && python-single-r1_pkg_setup } src_prepare() { @@ -97,6 +100,8 @@ multilib_src_install() { docinto html dodoc -r apidocs/html/* fi + + use python && python_optimize #726454 } pkg_postinst() { diff --git a/sys-libs/ldb/ldb-2.2.0.ebuild b/sys-libs/ldb/ldb-2.2.0-r1.ebuild index e1deb520305b..91e258a2a019 100644 --- a/sys-libs/ldb/ldb-2.2.0.ebuild +++ b/sys-libs/ldb/ldb-2.2.0-r1.ebuild @@ -32,8 +32,8 @@ RDEPEND=" DEPEND="dev-libs/libxslt doc? ( app-doc/doxygen ) + python? ( ${PYTHON_DEPS} ) virtual/pkgconfig - ${PYTHON_DEPS} ${RDEPEND} " @@ -50,7 +50,10 @@ PATCHES=( ) pkg_setup() { - python-single-r1_pkg_setup + # Package fails to build with distcc + export DISTCC_DISABLE=1 + + use python && python-single-r1_pkg_setup } src_prepare() { @@ -97,6 +100,8 @@ multilib_src_install() { docinto html dodoc -r apidocs/html/* fi + + use python && python_optimize #726454 } pkg_postinst() { |