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 E5B5B158086 for ; Thu, 21 Oct 2021 04:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ECB9E08DD; Thu, 21 Oct 2021 04:41:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33C60E08DD for ; Thu, 21 Oct 2021 04:41:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 333AB3435BE for ; Thu, 21 Oct 2021 04:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 949918F for ; Thu, 21 Oct 2021 04:40:56 +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: <1634791209.6bb94a4031499227069a23fb531df3fe270cadb2.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6bb94a4031499227069a23fb531df3fe270cadb2 X-VCS-Branch: master Date: Thu, 21 Oct 2021 04:40:56 +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: e89650e6-bb78-4036-b15d-474e66d57e0a X-Archives-Hash: a93d2a71eff9a132400ca6f27d947346 commit: 6bb94a4031499227069a23fb531df3fe270cadb2 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Oct 21 04:40:09 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Oct 21 04:40:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb94a40 net-p2p/qbittorrent: amd64 stable wrt bug #801901 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild index df56a568b98..e2c0405c096 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git" else SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 ~x86" S="${WORKDIR}/qBittorrent-release-${PV}" fi