commit: e5b94220683e7b8046f3ae63b48881612a7aca91
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 16:49:00 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 17:14:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b94220
media-libs/phonon: stop passing QT_QMAKE_EXECUTABLE
This is no longer necessary now that FindQt4.cmake has been fixed to always
find the correct binary.
Package-Manager: portage-2.2.28
media-libs/phonon/phonon-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/media-libs/phonon/phonon-9999.ebuild
b/media-libs/phonon/phonon-9999.ebuild
index bd5fc5c..650a95d 100644
--- a/media-libs/phonon/phonon-9999.ebuild
+++ b/media-libs/phonon/phonon-9999.ebuild
@@ -69,7 +69,6 @@ multilib_src_configure() {
$(cmake-utils_use_with pulseaudio GLIB2)
$(cmake-utils_use_with pulseaudio PulseAudio)
$(multilib_is_native_abi && cmake-utils_use_with zeitgeist
QZeitgeist)
-
-DQT_QMAKE_EXECUTABLE="$(${QT_MULTIBUILD_VARIANT}_get_bindir)"/qmake
)
if [[ ${QT_MULTIBUILD_VARIANT} = qt4 ]]; then