Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/
Date: Fri, 26 Aug 2022 07:22:44
Message-Id: 1661498391.740653c1e948eb4fe8995d4093b0897b2633c332.sam@gentoo
1 commit: 740653c1e948eb4fe8995d4093b0897b2633c332
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 07:19:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 07:19:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740653c1
7
8 net-p2p/deluge: style tweaks
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/deluge/deluge-2.1.1.ebuild | 4 ++--
13 net-p2p/deluge/deluge-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-p2p/deluge/deluge-2.1.1.ebuild b/net-p2p/deluge/deluge-2.1.1.ebuild
17 index 10e6eba69d52..4f6d5700be45 100644
18 --- a/net-p2p/deluge/deluge-2.1.1.ebuild
19 +++ b/net-p2p/deluge/deluge-2.1.1.ebuild
20 @@ -1,12 +1,12 @@
21 # Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="8"
25 +EAPI=8
26
27 PYTHON_COMPAT=( python3_{8..10} )
28 DISTUTILS_USE_PEP517=setuptools
29 DISTUTILS_SINGLE_IMPL=1
30 -inherit xdg distutils-r1 systemd
31 +inherit distutils-r1 systemd xdg
32
33 DESCRIPTION="BitTorrent client with a client/server model"
34 HOMEPAGE="https://deluge-torrent.org/"
35
36 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
37 index 10e6eba69d52..4f6d5700be45 100644
38 --- a/net-p2p/deluge/deluge-9999.ebuild
39 +++ b/net-p2p/deluge/deluge-9999.ebuild
40 @@ -1,12 +1,12 @@
41 # Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 -EAPI="8"
45 +EAPI=8
46
47 PYTHON_COMPAT=( python3_{8..10} )
48 DISTUTILS_USE_PEP517=setuptools
49 DISTUTILS_SINGLE_IMPL=1
50 -inherit xdg distutils-r1 systemd
51 +inherit distutils-r1 systemd xdg
52
53 DESCRIPTION="BitTorrent client with a client/server model"
54 HOMEPAGE="https://deluge-torrent.org/"