projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4038ef3
)
net-im/yowsup: add python3.8 support
author
Conrad Kostecki
<conikost@gentoo.org>
Tue, 17 Dec 2019 18:35:48 +0000
(19:35 +0100)
committer
Conrad Kostecki
<conikost@gentoo.org>
Tue, 17 Dec 2019 18:37:29 +0000
(19:37 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
net-im/yowsup/yowsup-3.2.3.ebuild
patch
|
blob
|
history
diff --git
a/net-im/yowsup/yowsup-3.2.3.ebuild
b/net-im/yowsup/yowsup-3.2.3.ebuild
index 8616e38519ee760f01b3706cbf0f81b2f1707fdf..2526c1befc98243f5bcf78fa78990c3328025910 100644
(file)
--- a/
net-im/yowsup/yowsup-3.2.3.ebuild
+++ b/
net-im/yowsup/yowsup-3.2.3.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7
,8
} )
PYTHON_REQ_USE="readline"
inherit distutils-r1