summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2021-05-18 20:06:58 -0400
committerCraig Andrews <candrews@gentoo.org>2021-05-18 20:07:59 -0400
commit9986022244a6151eca9b9870a0dc7ddf78cfaf92 (patch)
tree51376ad31d3d9901e89f70fcd0de26c24be6988f /net-p2p
parentapp-editors/ne: add 3.3.1 (diff)
downloadgentoo-9986022244a6151eca9b9870a0dc7ddf78cfaf92.tar.gz
gentoo-9986022244a6151eca9b9870a0dc7ddf78cfaf92.tar.bz2
gentoo-9986022244a6151eca9b9870a0dc7ddf78cfaf92.zip
net-p2p/deluge: Python 3.9 compatibility
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/deluge-2.0.3-r8.ebuild2
-rw-r--r--net-p2p/deluge/deluge-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/deluge/deluge-2.0.3-r8.ebuild b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
index 15bd35c3d1c5..d83b42bf73d4 100644
--- a/net-p2p/deluge/deluge-2.0.3-r8.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 systemd
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
index 66ea7d7b94fb..c6b27e123d32 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 systemd