commit:     6c01db345bc9d8aa39435aac63d1d8225753ef05
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 18:13:30 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 18:13:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c01db34

media-video/kaffeine: EAPI 6

Package-Manager: portage-2.2.28

 media-video/kaffeine/kaffeine-1.3.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/kaffeine/kaffeine-1.3.1.ebuild 
b/media-video/kaffeine/kaffeine-1.3.1.ebuild
index 20278dc..661d5fa 100644
--- a/media-video/kaffeine/kaffeine-1.3.1.ebuild
+++ b/media-video/kaffeine/kaffeine-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_LINGUAS="ar ast be bg ca ca@valencia cs da de el en_GB eo es et fi fr ga gl
 hr hu it ja km ko ku lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk
@@ -33,7 +33,7 @@ PATCHES=( "${FILESDIR}/${P}-cmake34.patch" )
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_build debug DEBUG_MODULE)
+               -DBUILD_DEBUG_MODULE=$(usex debug)
        )
 
        kde4-base_src_configure

Reply via email to