commit:     1f9e444f7273c0af6d677b2dd3bb7a762dde1529
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 16:49:28 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=1f9e444f

media-libs/phonon: port to EAPI 6

Package-Manager: portage-2.2.28

 media-libs/phonon/phonon-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/phonon/phonon-9999.ebuild 
b/media-libs/phonon/phonon-9999.ebuild
index 650a95d..c2c0214 100644
--- a/media-libs/phonon/phonon-9999.ebuild
+++ b/media-libs/phonon/phonon-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 if [[ ${PV} != *9999* ]]; then
        SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
@@ -64,11 +64,11 @@ pkg_setup() {
 
 multilib_src_configure() {
        local mycmakeargs=(
+               -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
                -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE
-               $(cmake-utils_use designer PHONON_BUILD_DESIGNER_PLUGIN)
-               $(cmake-utils_use_with pulseaudio GLIB2)
-               $(cmake-utils_use_with pulseaudio PulseAudio)
-               $(multilib_is_native_abi && cmake-utils_use_with zeitgeist 
QZeitgeist)
+               -DWITH_GLIB2=$(usex pulseaudio)
+               -DWITH_PulseAudio=$(usex pulseaudio)
+               $(multilib_is_native_abi && echo -DWITH_QZeitgeist=$(usex 
zeitgeist))
        )
 
        if [[ ${QT_MULTIBUILD_VARIANT} = qt4 ]]; then

Reply via email to