From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D4CD13888F for ; Wed, 14 Oct 2015 13:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D52E7E078A; Wed, 14 Oct 2015 13:37:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C699E078A for ; Wed, 14 Oct 2015 13:37:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E839340928 for ; Wed, 14 Oct 2015 13:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8051922 for ; Wed, 14 Oct 2015 13:37:19 +0000 (UTC) From: "Michael Palimaka" 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 Palimaka" Message-ID: <1444829831.3a39650fde576727c29fb9a92d8766657aca404f.kensington@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.1.12.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3a39650fde576727c29fb9a92d8766657aca404f X-VCS-Branch: master Date: Wed, 14 Oct 2015 13:37:19 +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: bd96e6d6-9fa4-43ee-8e16-0f40ada6dba1 X-Archives-Hash: 6e1d8a73b7c74a61b0de6cff5d72c96a commit: 3a39650fde576727c29fb9a92d8766657aca404f Author: Michael Palimaka gentoo org> AuthorDate: Wed Oct 14 13:36:34 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 14 13:37:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a39650f net-p2p/qbittorrent: explicitly use correct version of Qt Package-Manager: portage-2.2.20.1 net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild index c45255a..5680097 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 qt4-r2 +inherit eutils python-r1 qmake-utils qt4-r2 DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="http://www.qbittorrent.org/" @@ -49,6 +49,7 @@ src_configure() { local myconf=( ./configure --prefix="${EPREFIX}/usr" + --qtdir="$(qt4_get_libdir)" --with-libboost-inc="${EPREFIX}/usr/include/boost" --with-qtsingleapplication=system $(use dbus || echo --disable-qt-dbus)