commit: 8e0a3b6550bb33d90290f10c52d3a33966be8b5e Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Apr 29 00:11:05 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Apr 29 00:11:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0a3b65
dev-vcs/subversion: Provide correct path to apxs binary Thanks-to: Martin Mokrejš <mmokrejs <AT> gmail.com> Closes: https://bugs.gentoo.org/607832 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> dev-vcs/subversion/subversion-1.10.4.ebuild | 2 +- dev-vcs/subversion/subversion-1.11.1.ebuild | 2 +- dev-vcs/subversion/subversion-1.12.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.10.4.ebuild b/dev-vcs/subversion/subversion-1.10.4.ebuild index ae74dc6cd38..8e5430c0aa3 100644 --- a/dev-vcs/subversion/subversion-1.10.4.ebuild +++ b/dev-vcs/subversion/subversion-1.10.4.ebuild @@ -187,7 +187,7 @@ src_configure() { local myconf=( --libdir="${EPREFIX%/}/usr/$(get_libdir)" $(use_with apache2 apache-libexecdir) - $(use_with apache2 apxs "${APXS}") + $(use_with apache2 apxs "${EPREFIX}"/usr/bin/apxs) $(use_with berkdb berkeley-db "db.h:${EPREFIX%/}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") $(use_with ctypes-python ctypesgen "${EPREFIX%/}/usr") $(use_enable dso runtime-module-search) diff --git a/dev-vcs/subversion/subversion-1.11.1.ebuild b/dev-vcs/subversion/subversion-1.11.1.ebuild index 7c3f14bd27c..bbde3cbe48f 100644 --- a/dev-vcs/subversion/subversion-1.11.1.ebuild +++ b/dev-vcs/subversion/subversion-1.11.1.ebuild @@ -187,7 +187,7 @@ src_configure() { local myconf=( --libdir="${EPREFIX%/}/usr/$(get_libdir)" $(use_with apache2 apache-libexecdir) - $(use_with apache2 apxs "${APXS}") + $(use_with apache2 apxs "${EPREFIX}"/usr/bin/apxs) $(use_with berkdb berkeley-db "db.h:${EPREFIX%/}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") $(use_with ctypes-python ctypesgen "${EPREFIX%/}/usr") $(use_enable dso runtime-module-search) diff --git a/dev-vcs/subversion/subversion-1.12.0.ebuild b/dev-vcs/subversion/subversion-1.12.0.ebuild index df6ddf73f8a..d7d1a24e733 100644 --- a/dev-vcs/subversion/subversion-1.12.0.ebuild +++ b/dev-vcs/subversion/subversion-1.12.0.ebuild @@ -186,7 +186,7 @@ src_configure() { local myconf=( --libdir="${EPREFIX%/}/usr/$(get_libdir)" $(use_with apache2 apache-libexecdir) - $(use_with apache2 apxs "${APXS}") + $(use_with apache2 apxs "${EPREFIX}"/usr/bin/apxs) $(use_with berkdb berkeley-db "db.h:${EPREFIX%/}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") $(use_with ctypes-python ctypesgen "${EPREFIX%/}/usr") $(use_enable dso runtime-module-search)
