Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-qt7/
Date: Tue, 31 Jan 2017 20:56:26
Message-Id: 1485896082.f9cf485be79a8c6bb15abf81eaaa912a5e410d78.johu@gentoo
1 commit: f9cf485be79a8c6bb15abf81eaaa912a5e410d78
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 20:54:42 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 20:54:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cf485b
7
8 media-libs/phonon-qt7: EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
16 index f3474c8..14e2819 100644
17 --- a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
18 +++ b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=4
26 +EAPI=6
27
28 -inherit cmake-utils base
29 +inherit cmake-utils
30
31 DESCRIPTION="Phonon QuickTime7 backend"
32 HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-quicktime"
33 @@ -35,7 +35,7 @@ PATCHES=(
34 )
35
36 src_prepare() {
37 - base_src_prepare # for PATCHES
38 + cmake-utils_src_prepare # for PATCHES
39 sed -i -e "/^include_directories/s:): ${EPREFIX}/usr/include):" \
40 CMakeLists.txt || die
41 }