summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-07-07 20:39:30 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-07-07 20:39:49 +0000
commitb13a156e5f599eaf6211cc69c2f995958ea31876 (patch)
treec18f2bb573fb55f522a7283d53c577db96c0d7ad /sci-astronomy/casacore
parentsci-astronomy/casacore: fixed for multiple python building (diff)
downloadgentoo-b13a156e5f599eaf6211cc69c2f995958ea31876.tar.gz
gentoo-b13a156e5f599eaf6211cc69c2f995958ea31876.tar.bz2
gentoo-b13a156e5f599eaf6211cc69c2f995958ea31876.zip
sci-astronomy/casacore: added python3_4 and python3_5
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-astronomy/casacore')
-rw-r--r--sci-astronomy/casacore/casacore-2.3.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild b/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild
index 18e6cc0dcc79..5a34284e77c2 100644
--- a/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild
+++ b/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit cmake-utils eutils toolchain-funcs fortran-2 python-r1
@@ -62,7 +62,6 @@ pkg_pretend() {
src_prepare() {
cmake-utils_src_prepare
sed -e '/python-py/s/^.*$/find_package(Boost REQUIRED COMPONENTS python)/' \
- -e 's/3.5/3.6 3.5/' \
-i python3/CMakeLists.txt || die
}