From 6ff39f40cd188b09d3b18951a3f0849cb2d66478 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Fri, 22 Apr 2016 03:05:11 +1000 Subject: media-libs/phonon-gstreamer: whitespace Package-Manager: portage-2.2.28 --- media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'media-libs/phonon-gstreamer') 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 } -- cgit v1.2.3-65-gdbad