commit: fc6e960a262dc92225ac3731aba03aba38ba070d
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 07:13:53 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Wed May 31 07:30:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6e960a
dev-python/munch: add support for python3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/munch/munch-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/munch/munch-2.1.1.ebuild
b/dev-python/munch/munch-2.1.1.ebuild
index 23045a8ee9a..4da9536d565 100644
--- a/dev-python/munch/munch-2.1.1.ebuild
+++ b/dev-python/munch/munch-2.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5}} )
+PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5,6}} )
inherit distutils-r1