commit: b13a156e5f599eaf6211cc69c2f995958ea31876
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 20:39:30 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 20:39:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13a156e
sci-astronomy/casacore: added python3_4 and python3_5
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-astronomy/casacore/casacore-2.3.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 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 18e6cc0dcc7..5a34284e77c 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
}