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, 27 Apr 2020 11:40:54
Message-Id: 1587987643.c194485a1f4f89e356a4f8a2d192c1e8fe30114d.ago@gentoo
1 commit: c194485a1f4f89e356a4f8a2d192c1e8fe30114d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 11:40:43 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 11:40:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c194485a
7
8 net-p2p/deluge: x86 stable wrt bug #704986
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="x86"
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 1afeb0acefd..7f42f3bb824 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 ~sparc ~x86"
26 + KEYWORDS="amd64 ~arm ~sparc x86"
27 fi
28
29 LICENSE="GPL-2"