diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-31 21:54:42 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-31 21:54:42 +0100 |
commit | f9cf485be79a8c6bb15abf81eaaa912a5e410d78 (patch) | |
tree | 535141457ea98ae8b5b059db31457f3b5a386b69 /media-libs/phonon-qt7 | |
parent | dev-util/cmake-fedora: Remove 1.3.0 (diff) | |
download | gentoo-f9cf485be79a8c6bb15abf81eaaa912a5e410d78.tar.gz gentoo-f9cf485be79a8c6bb15abf81eaaa912a5e410d78.tar.bz2 gentoo-f9cf485be79a8c6bb15abf81eaaa912a5e410d78.zip |
media-libs/phonon-qt7: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/phonon-qt7')
-rw-r--r-- | media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild | 8 |
1 files 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 f3474c8792bf..14e2819c4301 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 } |