summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-10-30 14:26:39 -0400
committerMike Gilbert <floppym@gentoo.org>2016-10-30 14:27:53 -0400
commit42ccdf48d718287e981c00f25caea2242262906a (patch)
tree9682fb2bc6ee59384393b1315f8c0ea8a528ebb5 /app-portage
parentdev-util/kdevplatform: Remove 5.0.1 (diff)
downloadgentoo-42ccdf48d718287e981c00f25caea2242262906a.tar.gz
gentoo-42ccdf48d718287e981c00f25caea2242262906a.tar.bz2
gentoo-42ccdf48d718287e981c00f25caea2242262906a.zip
app-portage/euscan: replace python_export_best with python_setup
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/euscan/euscan-0.1.1-r1.ebuild2
-rw-r--r--app-portage/euscan/euscan-9999.ebuild2
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 5a5b97a38f2b..7b61a7d8fee3 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 2dae71a13d16..5bc7c33c305c 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