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 A6D50139695 for ; Tue, 28 Mar 2017 22:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A81D821C0B9; Tue, 28 Mar 2017 22:21:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7FD3321C098 for ; Tue, 28 Mar 2017 22:21:29 +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 583F534163E for ; Tue, 28 Mar 2017 22:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C579573E2 for ; Tue, 28 Mar 2017 22:21:26 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1490739679.362d65add51a59f55abdb8451f3a558ad6490f94.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 362d65add51a59f55abdb8451f3a558ad6490f94 X-VCS-Branch: master Date: Tue, 28 Mar 2017 22:21:26 +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: 94788d94-09ff-4b76-84f9-4ffdb799d59d X-Archives-Hash: 11387e95e968492d65e376c48cd4ffb2 commit: 362d65add51a59f55abdb8451f3a558ad6490f94 Author: Michael Weber gentoo org> AuthorDate: Tue Mar 28 22:20:17 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Mar 28 22:21:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362d65ad net-p2p/qbittorrent: arm stable (bug 530720). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64" net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild index 485a4b94e5f..8ae2e0ecdee 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then else MY_P=${P/_} SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - KEYWORDS="amd64 ~arm ~ppc64 x86" + KEYWORDS="amd64 arm ~ppc64 x86" S=${WORKDIR}/${MY_P} fi