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 822BD1396D9 for ; Wed, 8 Nov 2017 13:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2EDAE0E61; Wed, 8 Nov 2017 13:38:57 +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 A8FE3E0E61 for ; Wed, 8 Nov 2017 13:38:57 +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 6D4D533C27B for ; Wed, 8 Nov 2017 13:38:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D71AD989A for ; Wed, 8 Nov 2017 13:38:54 +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: <1510148267.5ae07c662ede040688b706b501913e8966a40163.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-3.3.16.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5ae07c662ede040688b706b501913e8966a40163 X-VCS-Branch: master Date: Wed, 8 Nov 2017 13:38:54 +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: 15312a5a-612c-4cf5-8b73-dd7619a5f34f X-Archives-Hash: 0e3bfe94df932bbd611099204e0b9f43 commit: 5ae07c662ede040688b706b501913e8966a40163 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Nov 8 13:37:47 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Nov 8 13:37:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae07c66 net-p2p/qbittorrent: amd64 stable wrt bug #636052 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild index 0e0064d17d8..ddac9c49ab6 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.3.16.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