commit: af5c01b3ea93a4cbcc4b5cb24132fd86474ac34d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 18:35:48 2019 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 18:37:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5c01b3
net-im/yowsup: add python3.8 support
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-im/yowsup/yowsup-3.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/yowsup/yowsup-3.2.3.ebuild
b/net-im/yowsup/yowsup-3.2.3.ebuild
index 8616e38519e..2526c1befc9 100644
--- 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