commit: 2fe6df573ab6c0d787ae7d5f7ad472c1ecfb699c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 16:13:25 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 16:22:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe6df57
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 74b55bdf26d..de7cbcd1f88 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