commit: 7b7cf8739a7a1f19cacf4a8e23b87acde41c33e5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 25 10:32:14 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 27 10:02:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7cf873
dev-python/webencodings: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16776 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/webencodings/webencodings-0.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild index 007f25600ab..41c058d0807 100644 --- a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild +++ b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1
