Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casacore/
Date: Fri, 07 Jul 2017 20:40:13
Message-Id: 1499459989.b13a156e5f599eaf6211cc69c2f995958ea31876.bicatali@gentoo
1 commit: b13a156e5f599eaf6211cc69c2f995958ea31876
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 20:39:30 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 20:39:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13a156e
7
8 sci-astronomy/casacore: added python3_4 and python3_5
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-astronomy/casacore/casacore-2.3.0-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild b/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild
16 index 18e6cc0dcc7..5a34284e77c 100644
17 --- a/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild
18 +++ b/sci-astronomy/casacore/casacore-2.3.0-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit cmake-utils eutils toolchain-funcs fortran-2 python-r1
27
28 @@ -62,7 +62,6 @@ pkg_pretend() {
29 src_prepare() {
30 cmake-utils_src_prepare
31 sed -e '/python-py/s/^.*$/find_package(Boost REQUIRED COMPONENTS python)/' \
32 - -e 's/3.5/3.6 3.5/' \
33 -i python3/CMakeLists.txt || die
34 }