From: Pacho Ramos Date: Wed, 27 Jun 2018 18:06:30 +0000 (+0200) Subject: app-text/grip: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=865cb5c916d801b00b34fc201df852a87c46d20b;p=gentoo.git app-text/grip: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild index fabda5f42c93..26ce65a13626 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