media-libs/phonon-qt7: EAPI 6
authorJohannes Huber <johu@gentoo.org>
Tue, 31 Jan 2017 20:54:42 +0000 (21:54 +0100)
committerJohannes Huber <johu@gentoo.org>
Tue, 31 Jan 2017 20:54:42 +0000 (21:54 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild

index f3474c8792bff0da046da122ff3e66f436cfb185..14e2819c4301486b2d8a9ffdc193d56e9985123e 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit cmake-utils base
+inherit cmake-utils
 
 DESCRIPTION="Phonon QuickTime7 backend"
 HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-quicktime"
@@ -35,7 +35,7 @@ PATCHES=(
 )
 
 src_prepare() {
-       base_src_prepare  # for PATCHES
+       cmake-utils_src_prepare  # for PATCHES
        sed -i -e "/^include_directories/s:): ${EPREFIX}/usr/include):" \
                CMakeLists.txt || die
 }