commit:     3a39650fde576727c29fb9a92d8766657aca404f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 13:36:34 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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)

Reply via email to