From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DAD1139694 for ; Fri, 10 Mar 2017 09:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F250521C06A; Fri, 10 Mar 2017 09:13:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0BBE21C06A for ; Fri, 10 Mar 2017 09:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF339340988 for ; Fri, 10 Mar 2017 09:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C0A06320 for ; Fri, 10 Mar 2017 09:13:01 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1489137167.52f1a0d32bdb19bd066c1bc705ca36189392b555.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-1.3.13-r2.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 52f1a0d32bdb19bd066c1bc705ca36189392b555 X-VCS-Branch: master Date: Fri, 10 Mar 2017 09:13:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29436027-6179-4ff2-bddb-ee77abdcc999 X-Archives-Hash: a0ef5ba13e4627935a1966ef9f3382ec commit: 52f1a0d32bdb19bd066c1bc705ca36189392b555 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Mar 10 09:12:47 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Mar 10 09:12:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f1a0d3 net-p2p/deluge: amd64 stable wrt bug #530720 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-p2p/deluge/deluge-1.3.13-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/deluge-1.3.13-r2.ebuild b/net-p2p/deluge/deluge-1.3.13-r2.ebuild index 58714c7c2b9..33bb7e2d01c 100644 --- a/net-p2p/deluge/deluge-1.3.13-r2.ebuild +++ b/net-p2p/deluge/deluge-1.3.13-r2.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="" + KEYWORDS="amd64" 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"