aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kerr <cjk34@cam.ac.uk>2013-12-03 17:10:24 +0000
committerJustin Lecher <jlec@gentoo.org>2013-12-08 18:36:48 +0100
commit95f0ca033868b8873cff8cdabbe2709434a1861e (patch)
treef2fd885c724b3b5b1ffb63c48fd613f66d36573b /sci-libs/xraylib/xraylib-2.16.0.ebuild
parentDon't compress examples (diff)
downloadsci-95f0ca033868b8873cff8cdabbe2709434a1861e.tar.gz
sci-95f0ca033868b8873cff8cdabbe2709434a1861e.tar.bz2
sci-95f0ca033868b8873cff8cdabbe2709434a1861e.zip
Switched to python-single-r1
It seems that support for python 3 has only been added since the 2.16.0 release
Diffstat (limited to 'sci-libs/xraylib/xraylib-2.16.0.ebuild')
-rw-r--r--sci-libs/xraylib/xraylib-2.16.0.ebuild4
1 files 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 02105db7b..7b6f89fbf 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"