From: Agostino Sarubbo Date: Tue, 14 Mar 2017 14:22:03 +0000 (+0100) Subject: net-p2p/deluge: amd64 stable wrt bug #612144 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1ac254a71a8add2230ac758e190c32de22b4ae74;p=gentoo.git net-p2p/deluge: amd64 stable wrt bug #612144 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- diff --git a/net-p2p/deluge/deluge-1.3.14.ebuild b/net-p2p/deluge/deluge-1.3.14.ebuild index ae26a6fa165d..ef16c678062d 100644 --- a/net-p2p/deluge/deluge-1.3.14.ebuild +++ b/net-p2p/deluge/deluge-1.3.14.ebuild @@ -16,10 +16,10 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git http://git.deluge-torrent.org/${PN}" SRC_URI="" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" + KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86" fi LICENSE="GPL-2"