commit: 7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 16:18:30 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 16:18:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa9c9d6
net-p2p/deluge: Python 3.7 compatibility
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
net-p2p/deluge/deluge-2.0.3.ebuild | 2 +-
net-p2p/deluge/deluge-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-p2p/deluge/deluge-2.0.3.ebuild
b/net-p2p/deluge/deluge-2.0.3.ebuild
index f347e4c3ee3..879207fa8b3 100644
--- a/net-p2p/deluge/deluge-2.0.3.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
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 f347e4c3ee3..879207fa8b3 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 systemd