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 643DF138334 for ; Sun, 31 Mar 2019 08:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9157AE08FF; Sun, 31 Mar 2019 08:30:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66192E08FF for ; Sun, 31 Mar 2019 08:30:22 +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 E5FC2335CDE for ; Sun, 31 Mar 2019 08:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C738452 for ; Sun, 31 Mar 2019 08:30:18 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1554021010.4b0368c3221a8023f69b7d76704d793a6190e97c.pacho@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-r3.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4b0368c3221a8023f69b7d76704d793a6190e97c X-VCS-Branch: master Date: Sun, 31 Mar 2019 08:30:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd4f1be3-2596-45d7-9681-46a0af3b1c17 X-Archives-Hash: 2897d794fab173407fbe3503c401df9a commit: 4b0368c3221a8023f69b7d76704d793a6190e97c Author: Pacho Ramos gentoo org> AuthorDate: Sun Mar 31 08:24:36 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Mar 31 08:30:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0368c3 net-p2p/deluge: amd64 stable, bug #681612 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> net-p2p/deluge/deluge-1.3.15-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/deluge/deluge-1.3.15-r3.ebuild b/net-p2p/deluge/deluge-1.3.15-r3.ebuild index 2245028f990..1d400014e3b 100644 --- a/net-p2p/deluge/deluge-1.3.15-r3.ebuild +++ b/net-p2p/deluge/deluge-1.3.15-r3.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then SRC_URI="" 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"