projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5a013
)
dev-python/fudge: support python 3.7 and 3.8
author
Mike Gilbert
<floppym@gentoo.org>
Tue, 24 Mar 2020 19:45:21 +0000
(15:45 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Tue, 24 Mar 2020 19:45:21 +0000
(15:45 -0400)
Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-python/fudge/fudge-1.1.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/fudge/fudge-1.1.0.ebuild
b/dev-python/fudge/fudge-1.1.0.ebuild
index 95bdaf07f19e83b508b8f20c08c813859faec7b5..3d193d0bcdf67f85a4a3de1a8f836d63aaabf2f7 100644
(file)
--- a/
dev-python/fudge/fudge-1.1.0.ebuild
+++ b/
dev-python/fudge/fudge-1.1.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_
6
)
+PYTHON_COMPAT=( python3_
{6,7,8}
)
inherit distutils-r1