summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-02-06 22:51:53 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-02-22 18:05:58 +0100
commit3bbf650cf065f002737003db2e0452b6e89255e5 (patch)
tree65834de5d3168d199c6bc03b122d82ac588889dc /media-libs/libcdr/libcdr-9999.ebuild
parentapp-text/libodfgen: 0.1.6 version bump (diff)
downloadgentoo-3bbf650cf065f002737003db2e0452b6e89255e5.tar.gz
gentoo-3bbf650cf065f002737003db2e0452b6e89255e5.tar.bz2
gentoo-3bbf650cf065f002737003db2e0452b6e89255e5.zip
media-libs/libcdr: Fix build with boost-1.59 (bug 574120)
KEYWORDS: Dropped ppc (missing in librevenge) Also drop base.eclass Package-Manager: portage-2.2.27
Diffstat (limited to 'media-libs/libcdr/libcdr-9999.ebuild')
-rw-r--r--media-libs/libcdr/libcdr-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild
index b0fd8db6ef5a..d818832699f5 100644
--- a/media-libs/libcdr/libcdr-9999.ebuild
+++ b/media-libs/libcdr/libcdr-9999.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library parsing the Corel cdr documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
"
src_prepare() {
- base_src_prepare
+ eapply_user
[[ -d m4 ]] || mkdir "m4"
[[ ${PV} == 9999 ]] && eautoreconf
}