projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77668b3
)
dev-python/pilkit: Enable py3.{7,8}
author
Michał Górny
<mgorny@gentoo.org>
Sat, 25 Apr 2020 08:39:55 +0000
(10:39 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 25 Apr 2020 08:48:24 +0000
(10:48 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pilkit/pilkit-2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pilkit/pilkit-2.0.ebuild
b/dev-python/pilkit/pilkit-2.0.ebuild
index 27910404428e6b3a95d6f6738eda0db2745aae7d..dd16f29d4fb29b8a52cf49732ac243ffcfd2fbd3 100644
(file)
--- a/
dev-python/pilkit/pilkit-2.0.ebuild
+++ b/
dev-python/pilkit/pilkit-2.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