From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F09C138306 for ; Wed, 13 Jul 2016 18:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B96B21C10F; Wed, 13 Jul 2016 18:13:28 +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 105E221C10F for ; Wed, 13 Jul 2016 18:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A6601340CAC for ; Wed, 13 Jul 2016 18:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F8D72440 for ; Wed, 13 Jul 2016 18:13:21 +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: <1468433585.1d6d88abf31d2b8cbe45b298f9c7fb7a37e96ca1.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-4.9.0.ebuild media-libs/phonon/phonon-9999.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1d6d88abf31d2b8cbe45b298f9c7fb7a37e96ca1 X-VCS-Branch: master Date: Wed, 13 Jul 2016 18:13:21 +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: 19e07ce7-9bc2-43e6-a136-e9383b4f4303 X-Archives-Hash: a2f1286d586355a0cd33538077702c29 commit: 1d6d88abf31d2b8cbe45b298f9c7fb7a37e96ca1 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 13 18:11:20 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 13 18:13:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6d88ab media-libs/phonon: fix multilib build by explicitly specifying the path to qmake Gentoo-bug: 580304 Package-Manager: portage-2.3.0 media-libs/phonon/phonon-4.9.0.ebuild | 1 + media-libs/phonon/phonon-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/phonon/phonon-4.9.0.ebuild b/media-libs/phonon/phonon-4.9.0.ebuild index ae53534..761ddd3 100644 --- a/media-libs/phonon/phonon-4.9.0.ebuild +++ b/media-libs/phonon/phonon-4.9.0.ebuild @@ -70,6 +70,7 @@ multilib_src_configure() { -DWITH_GLIB2=$(usex pulseaudio) -DWITH_PulseAudio=$(usex pulseaudio) $(multilib_is_native_abi && echo -DWITH_QZeitgeist=$(usex zeitgeist) || echo -DWITH_QZeitgeist=OFF) + -DQT_QMAKE_EXECUTABLE="$(${QT_MULTIBUILD_VARIANT}_get_bindir)"/qmake ) if [[ ${QT_MULTIBUILD_VARIANT} = qt4 ]]; then diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index ae53534..761ddd3 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -70,6 +70,7 @@ multilib_src_configure() { -DWITH_GLIB2=$(usex pulseaudio) -DWITH_PulseAudio=$(usex pulseaudio) $(multilib_is_native_abi && echo -DWITH_QZeitgeist=$(usex zeitgeist) || echo -DWITH_QZeitgeist=OFF) + -DQT_QMAKE_EXECUTABLE="$(${QT_MULTIBUILD_VARIANT}_get_bindir)"/qmake ) if [[ ${QT_MULTIBUILD_VARIANT} = qt4 ]]; then