dev-vcs/subversion: Call python_setup
authorMike Gilbert <floppym@gentoo.org>
Thu, 24 Sep 2015 02:03:58 +0000 (22:03 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 24 Sep 2015 02:04:19 +0000 (22:04 -0400)
Package-Manager: portage-2.2.21_p119

dev-vcs/subversion/subversion-1.7.21.ebuild
dev-vcs/subversion/subversion-1.8.14-r1.ebuild
dev-vcs/subversion/subversion-1.9.2.ebuild

index ba2ec73f2b120043e1fe0cd9dbd5cc0df5a2049e..81d3a7a8e0808c3dd53bccada91d479631b82773 100644 (file)
@@ -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
index 056941458b0f4a195abf677ea51a56949c80123d..ddf430cff4ffc3ab695a11e451436c9adf2e246c 100644 (file)
@@ -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
index 91c431af47988a15116eb55db07bf5bc45716444..8d01e7417e39ec7552a56fd4db2e1237c580b5e4 100644 (file)
@@ -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