Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kradio/
Date: Mon, 28 Mar 2016 12:24:49
Message-Id: 1459164835.bbba2e29a820b982067a7a975dae463d130e4c8c.johu@gentoo
1 commit: bbba2e29a820b982067a7a975dae463d130e4c8c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 11:33:55 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 11:33:55 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbba2e29
7
8 media-sound/kradio: EAPI 6
9
10 Package-Manager: portage-2.2.28
11
12 media-sound/kradio/kradio-9999.ebuild | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/media-sound/kradio/kradio-9999.ebuild b/media-sound/kradio/kradio-9999.ebuild
16 index 683a311..bbf479bf 100644
17 --- a/media-sound/kradio/kradio-9999.ebuild
18 +++ b/media-sound/kradio/kradio-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 KDE_LINGUAS_DIR=( po convert-presets/po )
27 PLUGINS=(
28 @@ -59,12 +59,12 @@ src_prepare() {
29
30 src_configure() {
31 local mycmakeargs=(
32 - $(cmake-utils_use_with alsa)
33 - $(cmake-utils_use_with ffmpeg)
34 - $(cmake-utils_use_with lirc)
35 - $(cmake-utils_use_with mp3 LAME)
36 - $(cmake-utils_use_with vorbis OGG_VORBIS)
37 - $(cmake-utils_use_with v4l V4L2)
38 + -DWITH_ALSA=$(usex alsa)
39 + -DWITH_FFMPEG=$(usex ffmpeg)
40 + -DWITH_LIRC=$(usex lirc)
41 + -DWITH_LAME=$(usex mp3)
42 + -DWITH_OGG_VORBIS=$(usex vorbis)
43 + -DWITH_V4L2=$(usex v4l)
44 )
45
46 kde4-base_src_configure