From fc6e960a262dc92225ac3731aba03aba38ba070d Mon Sep 17 00:00:00 2001 From: Slawomir Lis Date: Wed, 31 May 2017 09:13:53 +0200 Subject: [PATCH] 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 23045a8ee9a06..4da9536d5653b 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