projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f3b1b1
)
Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Tue, 24 Jul 2018 12:41:00 +0000
(14:41 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 24 Jul 2018 12:45:28 +0000
(14:45 +0200)
dev-python/dbus-python/dbus-python-1.2.8.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/dbus-python/dbus-python-1.2.8.ebuild
b/dev-python/dbus-python/dbus-python-1.2.8.ebuild
index 3857687ebfe5960748a8d3367b2c8d56dbf72bc0..df539fe46ab6494248f8ad9edf250973f475b124 100644
(file)
--- a/
dev-python/dbus-python/dbus-python-1.2.8.ebuild
+++ b/
dev-python/dbus-python/dbus-python-1.2.8.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6
,7
} )
PYTHON_REQ_USE="threads(+)"
inherit autotools python-r1