diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-23 19:55:28 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-23 19:55:56 +0100 |
commit | a25bf666547e038344c30ac95fafa25ab05284eb (patch) | |
tree | d9cf8a63393c7c8da7a703d1f158e180d71e5918 /sci-libs/geos | |
parent | sci-biology/allpathslg: Drop old (diff) | |
download | gentoo-a25bf666547e038344c30ac95fafa25ab05284eb.tar.gz gentoo-a25bf666547e038344c30ac95fafa25ab05284eb.tar.bz2 gentoo-a25bf666547e038344c30ac95fafa25ab05284eb.zip |
Drop unsupported python implementations
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/geos')
-rw-r--r-- | sci-libs/geos/geos-3.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/geos/geos-3.5.0.ebuild b/sci-libs/geos/geos-3.5.0.ebuild index 212c82fbb3ac..e238411ee7d8 100644 --- a/sci-libs/geos/geos-3.5.0.ebuild +++ b/sci-libs/geos/geos-3.5.0.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils python-single-r1 python-utils-r1 DESCRIPTION="Geometry engine library for Geographic Information Systems" |