net-irc/znc: add Python 3.8 support
authorLouis Sautier <sbraz@gentoo.org>
Wed, 22 Apr 2020 22:38:33 +0000 (00:38 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Thu, 23 Apr 2020 07:20:34 +0000 (09:20 +0200)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
net-irc/znc/znc-1.7.5.ebuild
net-irc/znc/znc-9999.ebuild

index e703db8161dd7387f8c96331c2191a71e88f33cd..6820a1521d1825625253c9182fdb5a88c0bdbbb3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user
 
index e703db8161dd7387f8c96331c2191a71e88f33cd..6820a1521d1825625253c9182fdb5a88c0bdbbb3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user