diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-14 15:22:03 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-14 15:22:03 +0100 |
commit | 1ac254a71a8add2230ac758e190c32de22b4ae74 (patch) | |
tree | 94e93dd9a7218bd0e08b31c03095b6262a5d3217 /net-p2p | |
parent | net-ftp/filezilla: 3.25.0. bump (diff) | |
download | gentoo-1ac254a71a8add2230ac758e190c32de22b4ae74.tar.gz gentoo-1ac254a71a8add2230ac758e190c32de22b4ae74.tar.bz2 gentoo-1ac254a71a8add2230ac758e190c32de22b4ae74.zip |
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 <ago@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/deluge-1.3.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |