Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/
Date: Wed, 19 May 2021 00:08:06
Message-Id: 1621382879.9986022244a6151eca9b9870a0dc7ddf78cfaf92.candrews@gentoo
1 commit: 9986022244a6151eca9b9870a0dc7ddf78cfaf92
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 19 00:06:58 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed May 19 00:07:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99860222
7
8 net-p2p/deluge: Python 3.9 compatibility
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-p2p/deluge/deluge-2.0.3-r8.ebuild | 2 +-
14 net-p2p/deluge/deluge-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-p2p/deluge/deluge-2.0.3-r8.ebuild b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
18 index 15bd35c3d1c..d83b42bf73d 100644
19 --- a/net-p2p/deluge/deluge-2.0.3-r8.ebuild
20 +++ b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="7"
24
25 -PYTHON_COMPAT=( python3_{7,8} )
26 +PYTHON_COMPAT=( python3_{7,8,9} )
27 DISTUTILS_SINGLE_IMPL=1
28 inherit distutils-r1 systemd
29
30
31 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
32 index 66ea7d7b94f..c6b27e123d3 100644
33 --- a/net-p2p/deluge/deluge-9999.ebuild
34 +++ b/net-p2p/deluge/deluge-9999.ebuild
35 @@ -1,9 +1,9 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 +# Copyright 1999-2021 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI="7"
41
42 -PYTHON_COMPAT=( python3_{7,8} )
43 +PYTHON_COMPAT=( python3_{7,8,9} )
44 DISTUTILS_SINGLE_IMPL=1
45 inherit distutils-r1 systemd