commit: f9cf485be79a8c6bb15abf81eaaa912a5e410d78 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Jan 31 20:54:42 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Jan 31 20:54:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cf485b
media-libs/phonon-qt7: EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild index f3474c8..14e2819 100644 --- a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild +++ b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild @@ -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 }