commit: 40b0f70eb699a29d2cdd0a3d53987fee4f93783a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 09:09:22 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 09:14:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b0f70e
dev-python/python-gflags: Remove py2.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild index 9a25317e463..97610d54c1d 100644 --- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1