summaryrefslogtreecommitdiff
path: root/net-libs/telepathy-logger-qt
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-07 05:28:05 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-07 05:28:23 +1000
commit977f0b41df117904a05d1d026426bb592ebe7cf8 (patch)
treef2af98b93d1499e9a7f514d1c885a51515bdec99 /net-libs/telepathy-logger-qt
parentcb980c929bbfca72a915fb26a15dc36e4fc98539 (diff)
downloadgentoo-977f0b41df117904a05d1d026426bb592ebe7cf8.tar.gz
gentoo-977f0b41df117904a05d1d026426bb592ebe7cf8.tar.xz
net-libs/telepathy-logger-qt: ensure the correct version of Qt is used
Gentoo-bug: 544108 Package-Manager: portage-2.2.28
Diffstat (limited to 'net-libs/telepathy-logger-qt')
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
index 98d7651245f..a3a96586f14 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
KDE_REQUIRED="never"
-inherit kde4-base python-any-r1
+inherit kde4-base python-any-r1 qmake-utils
DESCRIPTION="Qt4 bindings for the Telepathy logger"
HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
@@ -41,6 +41,7 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
+ -DQT_QMAKE_EXECUTABLE="$(qt4_get_bindir)/qmake"
)
kde4-base_src_configure
}