diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-16 21:00:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-16 21:01:16 +0100 |
commit | 1da4ee6b2a34b6802387a67583960a84f946ae53 (patch) | |
tree | 11e26e6143236274e6c870c6a0129e6b7f9a1df4 /sci-libs/gdal/gdal-2.3.1.ebuild | |
parent | media-gfx/inkscape: Switch to upstream poppler-0.72 fix (diff) | |
download | gentoo-1da4ee6b2a34b6802387a67583960a84f946ae53.tar.gz gentoo-1da4ee6b2a34b6802387a67583960a84f946ae53.tar.bz2 gentoo-1da4ee6b2a34b6802387a67583960a84f946ae53.zip |
sci-libs/gdal: Fix build with poppler-0.73
Closes: https://bugs.gentoo.org/675450
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/gdal/gdal-2.3.1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-2.3.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild index 7af0dee08518..9f81394be026 100644 --- a/sci-libs/gdal/gdal-2.3.1.ebuild +++ b/sci-libs/gdal/gdal-2.3.1.ebuild @@ -122,6 +122,8 @@ src_prepare() { # not upstreamable, not fixed in 2.4.0 or master as of 2019-01-12: has_version ">=app-text/poppler-0.72.0" && eapply "${FILESDIR}/${PN}-2.3.1-poppler-0.72.0.patch" + # not upstreamable, not fixed in 2.4.0 or master as of 2019-01-16: + has_version ">=app-text/poppler-0.73.0" && eapply "${FILESDIR}/${PN}-2.3.1-poppler-0.73.0.patch" eautoreconf } |