From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79885139694 for ; Fri, 7 Jul 2017 20:40:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B13E42340A2; Fri, 7 Jul 2017 20:40:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F9BC2740CF for ; Fri, 7 Jul 2017 20:40:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BDCA341953 for ; Fri, 7 Jul 2017 20:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DACD74A6 for ; Fri, 7 Jul 2017 20:40:04 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1499459989.b13a156e5f599eaf6211cc69c2f995958ea31876.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casacore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/casacore/casacore-2.3.0-r1.ebuild X-VCS-Directories: sci-astronomy/casacore/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: b13a156e5f599eaf6211cc69c2f995958ea31876 X-VCS-Branch: master Date: Fri, 7 Jul 2017 20:40:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 866bf885-3010-435a-b323-2f8af1010402 X-Archives-Hash: e27e79dc29e7e440847f85684407151d commit: b13a156e5f599eaf6211cc69c2f995958ea31876 Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Jul 7 20:39:30 2017 +0000 Commit: Sebastien Fabbro gentoo 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 }