diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-04-22 02:49:00 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-22 03:14:53 +1000 |
commit | e5b94220683e7b8046f3ae63b48881612a7aca91 (patch) | |
tree | 58efb01ce219c41edd954404cb0829c0b5197c5c /media-libs/phonon | |
parent | media-libs/phonon: update LICENSE to be more accurate (diff) | |
download | gentoo-e5b94220683e7b8046f3ae63b48881612a7aca91.tar.gz gentoo-e5b94220683e7b8046f3ae63b48881612a7aca91.tar.bz2 gentoo-e5b94220683e7b8046f3ae63b48881612a7aca91.zip |
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
Diffstat (limited to 'media-libs/phonon')
-rw-r--r-- | media-libs/phonon/phonon-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index bd5fc5c55fb9..650a95d13653 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 |