From 7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 15 Oct 2019 12:18:30 -0400 Subject: [PATCH] net-p2p/deluge: Python 3.7 compatibility Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Craig Andrews --- 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 f347e4c3ee39..879207fa8b37 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 f347e4c3ee39..879207fa8b37 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 -- 2.26.2