projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52261b1
)
dev-python/pyrqlite: Enable py3.{7,8}
author
Michał Górny
<mgorny@gentoo.org>
Sat, 25 Apr 2020 17:01:47 +0000
(19:01 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 25 Apr 2020 17:01:47 +0000
(19:01 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyrqlite/pyrqlite-2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyrqlite/pyrqlite-2.0.ebuild
b/dev-python/pyrqlite/pyrqlite-2.0.ebuild
index f442cd409050ff2d9251cf8ed126a25e03fe8c07..60b83f0699fa57abb496873c1705f6569c9eff87 100644
(file)
--- a/
dev-python/pyrqlite/pyrqlite-2.0.ebuild
+++ b/
dev-python/pyrqlite/pyrqlite-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