commit: 86e83a03101c21ca7cadd75afed5fc452e679c62 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 11 12:18:41 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 12:18:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e83a03
sci-physics/lhapdf: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-physics/lhapdf/lhapdf-6.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lhapdf/lhapdf-6.2.3.ebuild b/sci-physics/lhapdf/lhapdf-6.2.3.ebuild index 4c60a74df5b..0d359613054 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