diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-23 22:49:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-23 22:57:11 +0200 |
commit | f8dd13fabfba50f506c36d927e33f40c5a868172 (patch) | |
tree | 1077371d458b4f735db00b9d808ec596acf0cab0 /media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild | |
parent | media-sound/sexypsf: Drop 0.4.7 (diff) | |
download | gentoo-f8dd13fabfba50f506c36d927e33f40c5a868172.tar.gz gentoo-f8dd13fabfba50f506c36d927e33f40c5a868172.tar.bz2 gentoo-f8dd13fabfba50f506c36d927e33f40c5a868172.zip |
media-gfx/luminance-hdr: Fix build with media-gfx/exiv2-0.27.1
Reported-by: Erich Seifert <eseifert@error-reports.org>
Closes: https://bugs.gentoo.org/688556
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild')
-rw-r--r-- | media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild index e8bae1039b5b..33c04975b7fb 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,7 +50,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.5.1-docs.patch "${FILESDIR}"/${PN}-2.5.1-openmp-automagic.patch "${FILESDIR}"/${PN}-2.5.1-fits-automagic.patch - "${FILESDIR}"/${PN}-2.5.1-exiv2-0.27.patch + "${FILESDIR}"/${PN}-2.5.1-exiv2-0.27{,.1}.patch ) pkg_pretend() { |