commit:     b44399dd89cd417a5c74e78da7295c5af391a118
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 09:35:25 2020 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 09:38:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44399dd

dev-util/howdoi: add python 3.8 support

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 dev-util/howdoi/howdoi-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/howdoi/howdoi-2.0.7.ebuild 
b/dev-util/howdoi/howdoi-2.0.7.ebuild
index ded420b714d..a9a2eb1a045 100644
--- a/dev-util/howdoi/howdoi-2.0.7.ebuild
+++ b/dev-util/howdoi/howdoi-2.0.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="manual"
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python{3_7,3_8} )
 inherit distutils-r1
 
 DESCRIPTION="A code search tool"

Reply via email to