diff options
author | Sam James <sam@gentoo.org> | 2022-08-26 08:19:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-26 08:19:51 +0100 |
commit | 740653c1e948eb4fe8995d4093b0897b2633c332 (patch) | |
tree | 95a678b6849d15eb2b828e177e4dfa7a5727ce7d /net-p2p/deluge | |
parent | dev-python/pytest-twisted: new package, add 1.13.4 (diff) | |
download | gentoo-740653c1e948eb4fe8995d4093b0897b2633c332.tar.gz gentoo-740653c1e948eb4fe8995d4093b0897b2633c332.tar.bz2 gentoo-740653c1e948eb4fe8995d4093b0897b2633c332.zip |
net-p2p/deluge: style tweaks
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/deluge-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/deluge/deluge-2.1.1.ebuild b/net-p2p/deluge/deluge-2.1.1.ebuild index 10e6eba69d52..4f6d5700be45 100644 --- a/net-p2p/deluge/deluge-2.1.1.ebuild +++ b/net-p2p/deluge/deluge-2.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -inherit xdg distutils-r1 systemd +inherit distutils-r1 systemd xdg DESCRIPTION="BitTorrent client with a client/server model" HOMEPAGE="https://deluge-torrent.org/" diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 10e6eba69d52..4f6d5700be45 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -inherit xdg distutils-r1 systemd +inherit distutils-r1 systemd xdg DESCRIPTION="BitTorrent client with a client/server model" HOMEPAGE="https://deluge-torrent.org/" |