From 3a39650fde576727c29fb9a92d8766657aca404f Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 15 Oct 2015 00:36:34 +1100 Subject: 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(-) (limited to 'net-p2p') diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild index c45255a08ecf..5680097319ef 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) -- cgit v1.2.3-65-gdbad