From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C15113881D for ; Thu, 24 Sep 2015 02:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B645E07F4; Thu, 24 Sep 2015 02:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35FFDE07F4 for ; Thu, 24 Sep 2015 02:04:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2926340A36 for ; Thu, 24 Sep 2015 02:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E0AF1FB for ; Thu, 24 Sep 2015 02:04:32 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1443060259.9f83805d800c122adb7ef24a6989209e3e394d21.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9f83805d800c122adb7ef24a6989209e3e394d21 X-VCS-Branch: master Date: Thu, 24 Sep 2015 02:04:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8519f70b-c5d9-458d-bcbb-1f75d3b798eb X-Archives-Hash: 9591533b40638d8e4556c446abb57b9f commit: 9f83805d800c122adb7ef24a6989209e3e394d21 Author: Mike Gilbert gentoo org> AuthorDate: Thu Sep 24 02:03:58 2015 +0000 Commit: Mike Gilbert gentoo 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