commit: 9f83805d800c122adb7ef24a6989209e3e394d21
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 02:03:58 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 02:04:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f83805d
dev-vcs/subversion: Call python_setup
Package-Manager: portage-2.2.21_p119
dev-vcs/subversion/subversion-1.7.21.ebuild | 2 +-
dev-vcs/subversion/subversion-1.8.14-r1.ebuild | 2 +-
dev-vcs/subversion/subversion-1.9.2.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-vcs/subversion/subversion-1.7.21.ebuild
b/dev-vcs/subversion/subversion-1.7.21.ebuild
index ba2ec73..81d3a7a 100644
--- a/dev-vcs/subversion/subversion-1.7.21.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.21.ebuild
@@ -192,7 +192,7 @@ src_configure() {
# for build-time scripts
if use ctypes-python || use python || use test; then
- python_export_best
+ python_setup
fi
#force ruby-1.8 for bug 399105
diff --git a/dev-vcs/subversion/subversion-1.8.14-r1.ebuild
b/dev-vcs/subversion/subversion-1.8.14-r1.ebuild
index 0569414..ddf430c 100644
--- a/dev-vcs/subversion/subversion-1.8.14-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.8.14-r1.ebuild
@@ -209,7 +209,7 @@ src_configure() {
# for build-time scripts
if use ctypes-python || use python || use test; then
- python_export_best
+ python_setup
fi
if use python && [[ ${CHOST} == *-darwin* ]] ; then
diff --git a/dev-vcs/subversion/subversion-1.9.2.ebuild
b/dev-vcs/subversion/subversion-1.9.2.ebuild
index 91c431a..8d01e74 100644
--- a/dev-vcs/subversion/subversion-1.9.2.ebuild
+++ b/dev-vcs/subversion/subversion-1.9.2.ebuild
@@ -202,7 +202,7 @@ src_configure() {
# for build-time scripts
if use ctypes-python || use python || use test; then
- python_export_best
+ python_setup
fi
if use python && [[ ${CHOST} == *-darwin* ]] ; then