Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sat, 02 Mar 2019 20:02:10
Message-Id: 1551556703.8505e92b37d4121846a078a7bbbe1dcfd1bd2187.mattst88@gentoo
1 commit: 8505e92b37d4121846a078a7bbbe1dcfd1bd2187
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 19:57:55 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 19:58:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8505e92b
7
8 media-gfx/exiv2-0.27.0-r2: ia64 stable, bug 674968
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-gfx/exiv2/exiv2-0.27.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild b/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild
16 index 5fbca1ca512..6ec0a4ad1b4 100644
17 --- a/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild
18 +++ b/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild
19 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999 ]]; then
20 inherit git-r3
21 else
22 SRC_URI="http://exiv2.dyndns.org/builds/${P}a-Source.tar.gz"
23 - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
24 + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
25 fi
26
27 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )