diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-04-22 03:05:11 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-22 03:14:53 +1000 |
commit | 6ff39f40cd188b09d3b18951a3f0849cb2d66478 (patch) | |
tree | 363977a5ea9a37119641f2b58d11357488342ce0 /media-libs/phonon-gstreamer | |
parent | media-libs/phonon-vlc: version bump (diff) | |
download | gentoo-6ff39f40cd188b09d3b18951a3f0849cb2d66478.tar.gz gentoo-6ff39f40cd188b09d3b18951a3f0849cb2d66478.tar.bz2 gentoo-6ff39f40cd188b09d3b18951a3f0849cb2d66478.zip |
media-libs/phonon-gstreamer: whitespace
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r-- | media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild index 9159564c04c9..7e56d58200a8 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-9999.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$ @@ -24,6 +24,7 @@ else fi SLOT="0" IUSE="alsa debug +network +qt4 qt5" + REQUIRED_USE="|| ( qt4 qt5 )" RDEPEND=" @@ -62,10 +63,10 @@ src_configure() { myconfigure() { local mycmakeargs=() if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then - mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=OFF) + mycmakeargs+=( -DPHONON_BUILD_PHONON4QT5=OFF ) fi if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then - mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=ON) + mycmakeargs+=( -DPHONON_BUILD_PHONON4QT5=ON ) fi cmake-utils_src_configure } |