diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-01-27 10:20:43 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-01-27 10:21:35 +0100 |
commit | a743fca228f8bae6aad4f6ebdf7dc41b33e657a8 (patch) | |
tree | 8035f065c2a5b62e90b5a35b40a8668a17d0cf02 /net-p2p/deluge | |
parent | net-libs/libtorrent-rasterbar: amd64 stable wrt bug #828878 (diff) | |
download | gentoo-a743fca228f8bae6aad4f6ebdf7dc41b33e657a8.tar.gz gentoo-a743fca228f8bae6aad4f6ebdf7dc41b33e657a8.tar.bz2 gentoo-a743fca228f8bae6aad4f6ebdf7dc41b33e657a8.zip |
net-p2p/deluge: amd64 stable wrt bug #828878
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge/deluge-2.0.3-r11.ebuild b/net-p2p/deluge/deluge-2.0.3-r11.ebuild index e244b9e1a44c..b53871607778 100644 --- a/net-p2p/deluge/deluge-2.0.3-r11.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" + KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86" fi LICENSE="GPL-2" |