Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sun, 07 Nov 2021 03:15:46
Message-Id: 1636254915.5e9b0f444097e19c66c935682fe1e9d61719afc4.sam@gentoo
1 commit: 5e9b0f444097e19c66c935682fe1e9d61719afc4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 03:15:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 03:15:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9b0f44
7
8 media-gfx/exiv2: Stabilize 0.27.5-r1 ppc64, #822198
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/exiv2/exiv2-0.27.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild
16 index 1551fcc75e2..ef29d55cb71 100644
17 --- a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild
18 +++ b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild
19 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999 ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://exiv2.org/builds/${P}-Source.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
25 S="${WORKDIR}/${P}-Source"
26 fi