From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3ABA313827E for ; Sun, 8 Dec 2013 17:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7820E09E5; Sun, 8 Dec 2013 17:39:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 453F5E09DB for ; Sun, 8 Dec 2013 17:39:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74B0C33F4DF for ; Sun, 8 Dec 2013 17:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2EA24E55FB for ; Sun, 8 Dec 2013 17:39:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386524208.95f0ca033868b8873cff8cdabbe2709434a1861e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xraylib/xraylib-2.16.0.ebuild X-VCS-Directories: sci-libs/xraylib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 95f0ca033868b8873cff8cdabbe2709434a1861e X-VCS-Branch: master Date: Sun, 8 Dec 2013 17:39:27 +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: fafabcaf-629e-4ab6-aef6-6142488bf4f5 X-Archives-Hash: 1c00d16597b7dc776548a2fcc35738f5 commit: 95f0ca033868b8873cff8cdabbe2709434a1861e Author: Chris Kerr cam ac uk> AuthorDate: Tue Dec 3 17:10:24 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 8 17:36:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=95f0ca03 Switched to python-single-r1 It seems that support for python 3 has only been added since the 2.16.0 release --- sci-libs/xraylib/xraylib-2.16.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/xraylib/xraylib-2.16.0.ebuild b/sci-libs/xraylib/xraylib-2.16.0.ebuild index 02105db..7b6f89f 100644 --- a/sci-libs/xraylib/xraylib-2.16.0.ebuild +++ b/sci-libs/xraylib/xraylib-2.16.0.ebuild @@ -8,8 +8,8 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 AUTOTOOLS_AUTORECONF=true FORTRAN_NEEDED=fortran FORTRAN_STANDARD=2003 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) -inherit eutils autotools-utils python-r1 java-pkg-opt-2 fortran-2 +PYTHON_COMPAT=( python{2_6,2_7} ) # python 3 supported by github master +inherit eutils autotools-utils python-single-r1 java-pkg-opt-2 fortran-2 DESCRIPTION="A library for X-ray matter interaction cross sections for X-ray fluorescence applications" HOMEPAGE="https://github.com/tschoonj/xraylib"