From: Pacho Ramos Date: Sun, 24 Jun 2018 15:01:14 +0000 (+0200) Subject: dev-python/maybe: Support python3.6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e42a69feb7acd04bb595cd7f4c821e54a04008e1;p=gentoo.git dev-python/maybe: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/maybe/maybe-0.4.0.ebuild b/dev-python/maybe/maybe-0.4.0.ebuild index 7e7bc84fbba9..dc0de7534f33 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