From: Craig Andrews Date: Mon, 16 Jul 2018 20:21:31 +0000 (-0400) Subject: app-arch/brotli: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7391c28eaa2743a6d92c51d3399d26facf41cb30;p=gentoo.git app-arch/brotli: Enable py3.7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/app-arch/brotli/brotli-1.0.5.ebuild b/app-arch/brotli/brotli-1.0.5.ebuild index e06daa440b9b..13c06932944f 100644 --- a/app-arch/brotli/brotli-1.0.5.ebuild +++ b/app-arch/brotli/brotli-1.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) DISTUTILS_OPTIONAL="1" inherit cmake-utils distutils-r1 eapi7-ver diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index e06daa440b9b..13c06932944f 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) DISTUTILS_OPTIONAL="1" inherit cmake-utils distutils-r1 eapi7-ver