diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-09-23 22:03:58 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-09-23 22:04:19 -0400 |
commit | 9f83805d800c122adb7ef24a6989209e3e394d21 (patch) | |
tree | b43b544cc92f57029b6912731f2fcaddcaa06ed9 /dev-vcs/subversion | |
parent | app-admin/glance: removing bad glance for bug 561194 (diff) | |
download | gentoo-9f83805d800c122adb7ef24a6989209e3e394d21.tar.gz gentoo-9f83805d800c122adb7ef24a6989209e3e394d21.tar.bz2 gentoo-9f83805d800c122adb7ef24a6989209e3e394d21.zip |
dev-vcs/subversion: Call python_setup
Package-Manager: portage-2.2.21_p119
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.21.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.8.14-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 ba2ec73f2b12..81d3a7a8e080 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 056941458b0f..ddf430cff4ff 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 91c431af4798..8d01e7417e39 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 |