commit: 865cb5c916d801b00b34fc201df852a87c46d20b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:06:30 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:29:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865cb5c9
app-text/grip: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
app-text/grip/grip-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
index fabda5f42c9..26ce65a1362 100644
--- a/app-text/grip/grip-4.2.0.ebuild
+++ b/app-text/grip/grip-4.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5} )
+PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5,6} )
inherit distutils-r1