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 D6505138350 for ; Tue, 28 Jan 2020 15:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FC5FE0826; Tue, 28 Jan 2020 15:31:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EEF84E0826 for ; Tue, 28 Jan 2020 15:31:36 +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 2A26734E25E for ; Tue, 28 Jan 2020 15:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89C8791 for ; Tue, 28 Jan 2020 15:31:33 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1580225485.fa249253fab9eef370382b74ca7c140f63c20850.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-2.0.3-r3.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: fa249253fab9eef370382b74ca7c140f63c20850 X-VCS-Branch: master Date: Tue, 28 Jan 2020 15:31:33 +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: 3e114fdf-6939-4385-9124-658157a6676c X-Archives-Hash: d6fd0522a657ff5cf81c08f12ea177ff commit: fa249253fab9eef370382b74ca7c140f63c20850 Author: Paolo Pedroni users noreply github com> AuthorDate: Tue Jan 28 15:21:31 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Jan 28 15:31:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa249253 add forgotten ~arm keyword after update Bug: https://bugs.gentoo.org/705486 Signed-off-by: Paolo Pedroni iol.it> Closes: https://github.com/gentoo/gentoo/pull/14485 Signed-off-by: Craig Andrews gentoo.org> net-p2p/deluge/deluge-2.0.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/deluge/deluge-2.0.3-r3.ebuild b/net-p2p/deluge/deluge-2.0.3-r3.ebuild index d1806e7558e..8b3cbf5b4f9 100644 --- a/net-p2p/deluge/deluge-2.0.3-r3.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r3.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="GPL-2"