From: Matthew Thode Date: Wed, 11 Apr 2018 16:13:25 +0000 (-0500) Subject: dev-python/cliff: adding py36 specifier X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2fe6df573ab6c0d787ae7d5f7ad472c1ecfb699c;p=gentoo.git dev-python/cliff: adding py36 specifier Package-Manager: Portage-2.3.27, Repoman-2.3.9 --- diff --git a/dev-python/cliff/cliff-2.11.0.ebuild b/dev-python/cliff/cliff-2.11.0.ebuild index 74b55bdf26dd..de7cbcd1f883 100644 --- a/dev-python/cliff/cliff-2.11.0.ebuild +++ b/dev-python/cliff/cliff-2.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1