diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-10-15 12:18:30 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-10-15 12:18:49 -0400 |
commit | 7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d (patch) | |
tree | 70c22d594a18a7a452518ec5147fe1640b35a259 /net-p2p/deluge | |
parent | app-emulation/spice-vdagent: Do not set +consolekit (diff) | |
download | gentoo-7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d.tar.gz gentoo-7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d.tar.bz2 gentoo-7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d.zip |
net-p2p/deluge: Python 3.7 compatibility
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3.ebuild | 2 | ||||
-rw-r--r-- | 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 |