summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 13:18:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:18:41 +0100
commit86e83a03101c21ca7cadd75afed5fc452e679c62 (patch)
tree0b64b54de1a94f929bffb63ba31f047286e766e4 /sci-physics
parentsci-libs/pyshp: Remove py2 (diff)
downloadgentoo-86e83a03101c21ca7cadd75afed5fc452e679c62.tar.gz
gentoo-86e83a03101c21ca7cadd75afed5fc452e679c62.tar.bz2
gentoo-86e83a03101c21ca7cadd75afed5fc452e679c62.zip
sci-physics/lhapdf: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/lhapdf/lhapdf-6.2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/lhapdf/lhapdf-6.2.3.ebuild b/sci-physics/lhapdf/lhapdf-6.2.3.ebuild
index 4c60a74df5b9..0d3596130542 100644
--- a/sci-physics/lhapdf/lhapdf-6.2.3.ebuild
+++ b/sci-physics/lhapdf/lhapdf-6.2.3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
AUTOTOOLS_IN_SOURCE_BUILD=yes
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1