Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sat, 31 Jul 2021 19:23:34
Message-Id: 1627759404.4e280f590e02bc042ece80fbe076d8a5bcda28be.slyfox@gentoo
1 commit: 4e280f590e02bc042ece80fbe076d8a5bcda28be
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Jul 31 19:16:10 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 19:23:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e280f59
7
8 media-gfx/exiv2: stable 0.27.4 for sparc, bug #785646
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 media-gfx/exiv2/exiv2-0.27.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-gfx/exiv2/exiv2-0.27.4.ebuild b/media-gfx/exiv2/exiv2-0.27.4.ebuild
19 index 58cc73bd59c..9ee65a76efe 100644
20 --- a/media-gfx/exiv2/exiv2-0.27.4.ebuild
21 +++ b/media-gfx/exiv2/exiv2-0.27.4.ebuild
22 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999 ]]; then
23 inherit git-r3
24 else
25 SRC_URI="https://exiv2.org/builds/${P}-Source.tar.gz"
26 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
27 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
28 S="${WORKDIR}/${P}-Source"
29 fi