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 5945A139695 for ; Fri, 9 Jun 2017 09:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1A6EE0EA2; Fri, 9 Jun 2017 09:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7AB33E0E9E for ; Fri, 9 Jun 2017 09:45:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A856341A64 for ; Fri, 9 Jun 2017 09:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7DBF73E2 for ; Fri, 9 Jun 2017 09:44:58 +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: <1497001468.46eecdcfa80f23c350f20b6db551b8b5aa5fcf02.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.15.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 46eecdcfa80f23c350f20b6db551b8b5aa5fcf02 X-VCS-Branch: master Date: Fri, 9 Jun 2017 09:44:58 +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: a3312364-9e91-41fb-b804-da77ae94d6a8 X-Archives-Hash: 1a05d561693999d0abb3011b521521be commit: 46eecdcfa80f23c350f20b6db551b8b5aa5fcf02 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jun 9 09:44:28 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jun 9 09:44:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46eecdcf net-p2p/deluge: amd64 stable wrt bug #618872 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-p2p/deluge/deluge-1.3.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/deluge-1.3.15.ebuild b/net-p2p/deluge/deluge-1.3.15.ebuild index 39d19840892..f6ea63d4092 100644 --- a/net-p2p/deluge/deluge-1.3.15.ebuild +++ b/net-p2p/deluge/deluge-1.3.15.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"