From: Michael Palimaka Date: Mon, 20 Apr 2020 08:37:45 +0000 (+1000) Subject: dev-util/howdoi: add python 3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e1af7ab7241d154efd0c25498b5be6fea2f7b27;p=gentoo.git dev-util/howdoi: add python 3.7 Closes: https://bugs.gentoo.org/718292 Package-Manager: Portage-2.3.89, Repoman-2.3.22 Signed-off-by: Michael Palimaka --- diff --git a/dev-util/howdoi/howdoi-1.2.1.ebuild b/dev-util/howdoi/howdoi-1.2.1.ebuild index d15e587ffec4..4c5234bb257a 100644 --- a/dev-util/howdoi/howdoi-1.2.1.ebuild +++ b/dev-util/howdoi/howdoi-1.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A code search tool"