projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
803095d
)
dev-python/clint: Add python3_8
author
John Helmert III
<jchelmertt3@gmail.com>
Thu, 30 Apr 2020 23:39:26 +0000
(18:39 -0500)
committer
Joonas Niilola
<juippis@gentoo.org>
Tue, 5 May 2020 11:50:45 +0000
(14:50 +0300)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: John Helmert III <jchelmertt3@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/clint/clint-0.5.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/clint/clint-0.5.1-r1.ebuild
b/dev-python/clint/clint-0.5.1-r1.ebuild
index 295b4a9f6f5a1fa1904b0b5f4db32410fa129f46..bd9659a536e2483c4544687211e8d69f8eff113c 100644
(file)
--- a/
dev-python/clint/clint-0.5.1-r1.ebuild
+++ b/
dev-python/clint/clint-0.5.1-r1.ebuild
@@
-2,7
+2,8
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1