Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/
Date: Mon, 24 Feb 2020 13:19:42
Message-Id: 1582550375.c7a98e33f14336ead6b136f01581823b265edd80.ago@gentoo
1 commit: c7a98e33f14336ead6b136f01581823b265edd80
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 13:19:35 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 13:19:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a98e33
7
8 net-p2p/deluge: amd64 stable wrt bug #704986
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-p2p/deluge/deluge-2.0.3-r5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-p2p/deluge/deluge-2.0.3-r5.ebuild b/net-p2p/deluge/deluge-2.0.3-r5.ebuild
18 index 3cdc92e94de..f66dc055018 100644
19 --- a/net-p2p/deluge/deluge-2.0.3-r5.ebuild
20 +++ b/net-p2p/deluge/deluge-2.0.3-r5.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}"
23 else
24 SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz"
25 - KEYWORDS="~amd64 ~arm ~x86"
26 + KEYWORDS="amd64 ~arm ~x86"
27 fi
28
29 LICENSE="GPL-2"