commit: 3f9aeece64110a251ef4e7d2ebc337a82d9da95d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:59:20 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 10:05:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9aeece
dev-python/python-distutils-extra: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
index b7fefd2914f..3f0df9ae835 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
inherit distutils-r1