From: Michał Górny Date: Wed, 22 Apr 2020 16:01:25 +0000 (+0200) Subject: dev-python/babelfish: Enable py3.{7,8} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab05851e29c64c6c99b0f3b39ce1bc8b64e8f766;p=gentoo.git dev-python/babelfish: Enable py3.{7,8} Signed-off-by: Michał Górny --- diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild index b7ed30df2c23..878569ad886f 100644 --- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1