Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/
Date: Thu, 24 Sep 2015 02:04:39
Message-Id: 1443060259.9f83805d800c122adb7ef24a6989209e3e394d21.floppym@gentoo
1 commit: 9f83805d800c122adb7ef24a6989209e3e394d21
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 02:03:58 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 02:04:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f83805d
7
8 dev-vcs/subversion: Call python_setup
9
10 Package-Manager: portage-2.2.21_p119
11
12 dev-vcs/subversion/subversion-1.7.21.ebuild | 2 +-
13 dev-vcs/subversion/subversion-1.8.14-r1.ebuild | 2 +-
14 dev-vcs/subversion/subversion-1.9.2.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-vcs/subversion/subversion-1.7.21.ebuild b/dev-vcs/subversion/subversion-1.7.21.ebuild
18 index ba2ec73..81d3a7a 100644
19 --- a/dev-vcs/subversion/subversion-1.7.21.ebuild
20 +++ b/dev-vcs/subversion/subversion-1.7.21.ebuild
21 @@ -192,7 +192,7 @@ src_configure() {
22
23 # for build-time scripts
24 if use ctypes-python || use python || use test; then
25 - python_export_best
26 + python_setup
27 fi
28
29 #force ruby-1.8 for bug 399105
30
31 diff --git a/dev-vcs/subversion/subversion-1.8.14-r1.ebuild b/dev-vcs/subversion/subversion-1.8.14-r1.ebuild
32 index 0569414..ddf430c 100644
33 --- a/dev-vcs/subversion/subversion-1.8.14-r1.ebuild
34 +++ b/dev-vcs/subversion/subversion-1.8.14-r1.ebuild
35 @@ -209,7 +209,7 @@ src_configure() {
36
37 # for build-time scripts
38 if use ctypes-python || use python || use test; then
39 - python_export_best
40 + python_setup
41 fi
42
43 if use python && [[ ${CHOST} == *-darwin* ]] ; then
44
45 diff --git a/dev-vcs/subversion/subversion-1.9.2.ebuild b/dev-vcs/subversion/subversion-1.9.2.ebuild
46 index 91c431a..8d01e74 100644
47 --- a/dev-vcs/subversion/subversion-1.9.2.ebuild
48 +++ b/dev-vcs/subversion/subversion-1.9.2.ebuild
49 @@ -202,7 +202,7 @@ src_configure() {
50
51 # for build-time scripts
52 if use ctypes-python || use python || use test; then
53 - python_export_best
54 + python_setup
55 fi
56
57 if use python && [[ ${CHOST} == *-darwin* ]] ; then