From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBDE01395E1 for ; Sun, 30 Oct 2016 18:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF49BE0C77; Sun, 30 Oct 2016 18:27:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C486CE0C77 for ; Sun, 30 Oct 2016 18:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AB33341229 for ; Sun, 30 Oct 2016 18:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F069248D for ; Sun, 30 Oct 2016 18:27:55 +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: <1477852073.42ccdf48d718287e981c00f25caea2242262906a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/euscan/euscan-0.1.1-r1.ebuild app-portage/euscan/euscan-9999.ebuild X-VCS-Directories: app-portage/euscan/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 42ccdf48d718287e981c00f25caea2242262906a X-VCS-Branch: master Date: Sun, 30 Oct 2016 18:27:55 +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: 2564633b-9d31-4b37-a6ef-b1680957e9b2 X-Archives-Hash: 17033b259412b9e558c07d6ff38d5c11 commit: 42ccdf48d718287e981c00f25caea2242262906a Author: Mike Gilbert gentoo org> AuthorDate: Sun Oct 30 18:26:39 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 30 18:27:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ccdf48 app-portage/euscan: replace python_export_best with python_setup app-portage/euscan/euscan-0.1.1-r1.ebuild | 2 +- app-portage/euscan/euscan-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r1.ebuild index 5a5b97a..7b61a7d 100644 --- a/app-portage/euscan/euscan-0.1.1-r1.ebuild +++ b/app-portage/euscan/euscan-0.1.1-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" python_prepare_all() { - python_export_best + python_setup echo VERSION="${PV}" "${PYTHON}" setup.py set_version VERSION="${PV}" "${PYTHON}" setup.py set_version distutils-r1_python_prepare_all diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild index 2dae71a..5bc7c33 100644 --- a/app-portage/euscan/euscan-9999.ebuild +++ b/app-portage/euscan/euscan-9999.ebuild @@ -27,7 +27,7 @@ RDEPEND="${DEPEND} dev-python/beautifulsoup[${PYTHON_USEDEP}]" python_prepare_all() { - python_export_best + python_setup echo VERSION="${PV}" "${PYTHON}" setup.py set_version VERSION="${PV}" "${PYTHON}" setup.py set_version distutils-r1_python_prepare_all