aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-08-20 17:07:40 +0200
committerHorea Christian <h.chr@mail.ru>2013-08-20 17:07:40 +0200
commitdeebadc5ec8d6a329b9ebbb782715ffb9ebe9cb3 (patch)
tree97982deaaa5c95a481dce048fc959599fdea2ec4 /sci-libs/nipy
parentRemoved python 2_5 support, corrected punctuation. (diff)
downloadsci-deebadc5ec8d6a329b9ebbb782715ffb9ebe9cb3.tar.gz
sci-deebadc5ec8d6a329b9ebbb782715ffb9ebe9cb3.tar.bz2
sci-deebadc5ec8d6a329b9ebbb782715ffb9ebe9cb3.zip
Added distutils-r1_python_prepare_all call to nipy ebuilds
Diffstat (limited to 'sci-libs/nipy')
-rw-r--r--sci-libs/nipy/nipy-0.3.0.ebuild1
-rw-r--r--sci-libs/nipy/nipy-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/nipy/nipy-0.3.0.ebuild b/sci-libs/nipy/nipy-0.3.0.ebuild
index 24754ae1a..b6f0cf0a8 100644
--- a/sci-libs/nipy/nipy-0.3.0.ebuild
+++ b/sci-libs/nipy/nipy-0.3.0.ebuild
@@ -28,6 +28,7 @@ DEPEND="
"
python_prepare_all() {
+ distutils-r1_python_prepare_all
# bug #397605
[[ ${CHOST} == *-darwin* ]] \
&& append-ldflags -bundle "-undefined dynamic_lookup" \
diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild
index 87902deec..c0353179e 100644
--- a/sci-libs/nipy/nipy-9999.ebuild
+++ b/sci-libs/nipy/nipy-9999.ebuild
@@ -25,6 +25,7 @@ DEPEND="
"
python_prepare_all() {
+ distutils-r1_python_prepare_all
# bug #397605
[[ ${CHOST} == *-darwin* ]] \
&& append-ldflags -bundle "-undefined dynamic_lookup" \