From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-943055-garchives=archives.gentoo.org@lists.gentoo.org>
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 637EB139694
	for <garchives@archives.gentoo.org>; Thu,  6 Apr 2017 17:41:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BAF97E0BC1;
	Thu,  6 Apr 2017 17:41:09 +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-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9CAF4E0BC1
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 Apr 2017 17:41:09 +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 7A79233BEBE
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 Apr 2017 17:41:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CEE5F743B
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 Apr 2017 17:41:06 +0000 (UTC)
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" <pesa@gentoo.org>
Message-ID: <1491500452.63d903519b52e31aa2e7cdea5b141b968ff1afc3.pesa@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-p2p/qbittorrent/qbittorrent-9999.ebuild
X-VCS-Directories: net-p2p/qbittorrent/
X-VCS-Committer: pesa
X-VCS-Committer-Name: Davide Pesavento
X-VCS-Revision: 63d903519b52e31aa2e7cdea5b141b968ff1afc3
X-VCS-Branch: master
Date: Thu,  6 Apr 2017 17:41:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 948a9dd1-32c6-43f9-9156-3f4846df3c82
X-Archives-Hash: b918ec0f476280abe8f9b97f1456bbab

commit:     63d903519b52e31aa2e7cdea5b141b968ff1afc3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 17:40:52 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 17:40:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d90351

net-p2p/qbittorrent: drop obsolete workaround

Thanks to Eugene Shalygin for reporting.

Gentoo-Bug: 614700
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-p2p/qbittorrent/qbittorrent-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
index 667822161ad..867cc4a2d2a 100644
--- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
@@ -45,7 +45,6 @@ DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
 
 src_configure() {
 	local mycmakeargs=(
-		-DQT5=ON
 		-DSYSTEM_QTSINGLEAPPLICATION=ON
 		-DDBUS=$(usex dbus)
 		-DGUI=$(usex X)