commit: e42a69feb7acd04bb595cd7f4c821e54a04008e1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 15:01:14 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 15:23:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42a69fe
dev-python/maybe: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/maybe/maybe-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/maybe/maybe-0.4.0.ebuild
b/dev-python/maybe/maybe-0.4.0.ebuild
index 7e7bc84fbba..dc0de7534f3 100644
--- a/dev-python/maybe/maybe-0.4.0.ebuild
+++ b/dev-python/maybe/maybe-0.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1