commit: 3adc7ecdf1a9e2ee5eb2c8e553e5f2ad942a88fc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 11:55:37 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 12:02:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adc7ecd
sci-chemistry/openbabel-python: Remove py2.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild index 270018c2341..fe6933bd986 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-utils python-r1
