Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Fri, 21 Sep 2018 10:33:19
Message-Id: 1537525983.4a849dfab49026cce7d988e8a043eb1aaa9da8fd.asturm@gentoo
1 commit: 4a849dfab49026cce7d988e8a043eb1aaa9da8fd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 10:32:27 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 10:33:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a849dfa
7
8 media-gfx/exiv2: Fix build with musl libc and on amd64-fbsd
9
10 Closes: https://bugs.gentoo.org/655676
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 media-gfx/exiv2/Manifest | 2 +-
14 media-gfx/exiv2/exiv2-0.26_p20180811-r1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-gfx/exiv2/Manifest b/media-gfx/exiv2/Manifest
18 index 8046b698193..c392fee3bc6 100644
19 --- a/media-gfx/exiv2/Manifest
20 +++ b/media-gfx/exiv2/Manifest
21 @@ -1,3 +1,3 @@
22 DIST exiv2-0.26_p20180319.tar.gz 28383543 BLAKE2B 753a2ebdb2033490c0f66cb1fb2574f02125f17813f6cbaf5eca66e053af9a2cdbc1266f0a033f0706ec22b31acd6e87271e426a335a58ee947757b52d283489 SHA512 852ce2cffcc0a2d902a939933127fdf5fa0b50020e1faf3ab0a375b129b9f61c7b97b76d4f39e376e7288d7cc045867bd1a96ae15dd0b7c0bcd1ba15259628e1
23 DIST exiv2-0.26_p20180811.tar.xz 1746120 BLAKE2B 55d8719fd3726f2ead772b9b330dd9d452a6ddfd06df14d4d51a4139792de054bd891b7006f9813d5fa75cfd0a9dea1d0d254d8c978ef20cb9a14a9d294ab2cf SHA512 5f48b8e6cc22520059da388d184797090582df688bc04a32dd9ae6b80bacea4a2cbc81709c7274ba7ff1d8c5c318dd6428f027bdc63f590cedc83025cf0e5d51
24 -DIST exiv2-0.26_p20180811a.tar.xz 1722328 BLAKE2B 4b411dc24ed889fe978ad07bc3b3fafbf8db42eff9df9a221a02b715457c93eb8989397681bcaad4c12e0432dfcd782fbe10d1351d27da99debe422a7e142f3e SHA512 e5abab775c5bb7251af43912ba52b9ac90066369e3670104225337648470ba8c52e74c4b4e13a5609698e7d113eab4d277e8107db8b70496de6eaac22ec9ff63
25 +DIST exiv2-0.26_p20180811b.tar.xz 1722288 BLAKE2B 30b34e75c23509924e41ccf21215c63dd91424a7c21bb530486edabf3c089ff27251073efe11223e983014536b80005bb44ef721d5bd0a50e04ea8d3b6732189 SHA512 252683a7da1073aac08b9745b4b2ce4a9d628828315ba5d0d72453184e74f34a6d1f22bd5291a6818008f394cd6bf8fc4d460d70a942e85db8c3fd6c3ca22f88
26
27 diff --git a/media-gfx/exiv2/exiv2-0.26_p20180811-r1.ebuild b/media-gfx/exiv2/exiv2-0.26_p20180811-r1.ebuild
28 index 21fda48c2b1..8e99fe5ea7a 100644
29 --- a/media-gfx/exiv2/exiv2-0.26_p20180811-r1.ebuild
30 +++ b/media-gfx/exiv2/exiv2-0.26_p20180811-r1.ebuild
31 @@ -8,7 +8,7 @@ inherit cmake-multilib python-any-r1
32
33 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"
34 HOMEPAGE="http://www.exiv2.org/"
35 -SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}a.tar.xz"
36 +SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}b.tar.xz"
37
38 LICENSE="GPL-2"
39 SLOT="0/26"