commit:     bbba2e29a820b982067a7a975dae463d130e4c8c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 11:33:55 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 11:33:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbba2e29

media-sound/kradio: EAPI 6

Package-Manager: portage-2.2.28

 media-sound/kradio/kradio-9999.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-sound/kradio/kradio-9999.ebuild 
b/media-sound/kradio/kradio-9999.ebuild
index 683a311..bbf479bf 100644
--- a/media-sound/kradio/kradio-9999.ebuild
+++ b/media-sound/kradio/kradio-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_LINGUAS_DIR=( po convert-presets/po )
 PLUGINS=(
@@ -59,12 +59,12 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_with alsa)
-               $(cmake-utils_use_with ffmpeg)
-               $(cmake-utils_use_with lirc)
-               $(cmake-utils_use_with mp3 LAME)
-               $(cmake-utils_use_with vorbis OGG_VORBIS)
-               $(cmake-utils_use_with v4l V4L2)
+               -DWITH_ALSA=$(usex alsa)
+               -DWITH_FFMPEG=$(usex ffmpeg)
+               -DWITH_LIRC=$(usex lirc)
+               -DWITH_LAME=$(usex mp3)
+               -DWITH_OGG_VORBIS=$(usex vorbis)
+               -DWITH_V4L2=$(usex v4l)
        )
 
        kde4-base_src_configure

Reply via email to