net-p2p/deluge: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Fri, 17 Apr 2020 14:36:51 +0000 (10:36 -0400)
committerCraig Andrews <candrews@gentoo.org>
Fri, 17 Apr 2020 14:43:24 +0000 (10:43 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
net-p2p/deluge/deluge-2.0.3-r5.ebuild
net-p2p/deluge/deluge-9999.ebuild

index cd95bd34399828f47d32648056364b6f6409b1dc..1afeb0acefde8a9010a0528fb5049d25eed65279 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 systemd
 
index 9bf5ba2d72ba3c3c828b123a76159d15fc5de20c..121cab580048c2d4ffc3453d274f58120f2a7e46 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 systemd