From: Mike Gilbert Date: Thu, 24 Sep 2015 02:03:58 +0000 (-0400) Subject: dev-vcs/subversion: Call python_setup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f83805d800c122adb7ef24a6989209e3e394d21;p=gentoo.git dev-vcs/subversion: Call python_setup Package-Manager: portage-2.2.21_p119 --- 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