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 0479559CAF for ; Wed, 6 Apr 2016 19:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FBE821C0CC; Wed, 6 Apr 2016 19:28:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A37B321C0CC for ; Wed, 6 Apr 2016 19:28:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68CD3340DBB for ; Wed, 6 Apr 2016 19:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A479479 for ; Wed, 6 Apr 2016 19:28:34 +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: <1459970903.977f0b41df117904a05d1d026426bb592ebe7cf8.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 977f0b41df117904a05d1d026426bb592ebe7cf8 X-VCS-Branch: master Date: Wed, 6 Apr 2016 19:28:34 +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: f191b3be-a671-44b1-8578-75f1fbef15dc X-Archives-Hash: 44c3b80a06b3919352de9b2d433b1c60 commit: 977f0b41df117904a05d1d026426bb592ebe7cf8 Author: Michael Palimaka gentoo org> AuthorDate: Wed Apr 6 19:28:05 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Apr 6 19:28:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977f0b41 net-libs/telepathy-logger-qt: ensure the correct version of Qt is used Gentoo-bug: 544108 Package-Manager: portage-2.2.28 net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild | 5 +++-- 1 file 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 98d7651..a3a9658 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 }