From 2fe6df573ab6c0d787ae7d5f7ad472c1ecfb699c Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 11 Apr 2018 11:13:25 -0500 Subject: [PATCH] dev-python/cliff: adding py36 specifier Package-Manager: Portage-2.3.27, Repoman-2.3.9 --- dev-python/cliff/cliff-2.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cliff/cliff-2.11.0.ebuild b/dev-python/cliff/cliff-2.11.0.ebuild index 74b55bdf26dd8..de7cbcd1f883d 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