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 A715F139695 for ; Fri, 9 Jun 2017 10:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEB6A21C207; Fri, 9 Jun 2017 10:20:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C008721C207 for ; Fri, 9 Jun 2017 10:20:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DA5C2341B14 for ; Fri, 9 Jun 2017 10:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11EA2748E for ; Fri, 9 Jun 2017 10:19:48 +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: <1497003565.81dda77427a6f0e9159441ee4020f8b3efbfa4bf.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: 81dda77427a6f0e9159441ee4020f8b3efbfa4bf X-VCS-Branch: master Date: Fri, 9 Jun 2017 10:19:48 +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: ed97a96e-f8b3-4ca3-a251-b5b7b843a3d3 X-Archives-Hash: b63c313979f74f36c6f4b87273fb1298 commit: 81dda77427a6f0e9159441ee4020f8b3efbfa4bf Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jun 9 10:19:25 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jun 9 10:19:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dda774 net-p2p/deluge: x86 stable wrt bug #618872 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" 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 f6ea63d4092..4c92716328b 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"