commit: 6ff39f40cd188b09d3b18951a3f0849cb2d66478
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 17:05:11 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=6ff39f40
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(-)
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild
b/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild
index 9159564..7e56d58 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
}