dev-python/python-poppler: Add fixes for poppler-0.39.0

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568948

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-25 13:24:15 +01:00
parent 1a259a23fb
commit 6fbcb03b91
2 changed files with 21 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit autotools-utils eutils python-r1
@@ -31,6 +32,7 @@ PATCHES=(
"${FILESDIR}"/${P}-79_78.diff
"${FILESDIR}"/${P}-poppler0.15.0-changes.patch
"${FILESDIR}"/${P}-poppler-0.18.0-minimal-fix.patch
"${FILESDIR}"/${P}-poppler-0.39.0-changes.patch
)
src_configure() {