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: Fri, 10 Mar 2017 09:13:04
Message-Id: 1489137167.52f1a0d32bdb19bd066c1bc705ca36189392b555.ago@gentoo
1 commit: 52f1a0d32bdb19bd066c1bc705ca36189392b555
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 09:12:47 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 09:12:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f1a0d3
7
8 net-p2p/deluge: amd64 stable wrt bug #530720
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-p2p/deluge/deluge-1.3.13-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-p2p/deluge/deluge-1.3.13-r2.ebuild b/net-p2p/deluge/deluge-1.3.13-r2.ebuild
18 index 58714c7c2b9..33bb7e2d01c 100644
19 --- a/net-p2p/deluge/deluge-1.3.13-r2.ebuild
20 +++ b/net-p2p/deluge/deluge-1.3.13-r2.ebuild
21 @@ -16,10 +16,10 @@ if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git
23 http://git.deluge-torrent.org/${PN}"
24 SRC_URI=""
25 - KEYWORDS=""
26 + KEYWORDS="amd64"
27 else
28 SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2"
29 - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
30 + KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86"
31 fi
32
33 LICENSE="GPL-2"