Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sun, 17 Feb 2019 22:35:41
Message-Id: 1550441861.4ecd2a37548d73809741794d4b35051f193e5bf7.whissi@gentoo
1 commit: 4ecd2a37548d73809741794d4b35051f193e5bf7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 22:17:41 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 22:17:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecd2a37
7
8 media-gfx/exiv2: x86 stable (bug #674968)
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-gfx/exiv2/exiv2-0.27.0-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild b/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild
17 index 44c5d08970a..adeada39bb5 100644
18 --- a/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild
19 +++ b/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild
20 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999 ]]; then
21 inherit git-r3
22 else
23 SRC_URI="http://exiv2.dyndns.org/builds/${P}a-Source.tar.gz"
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 + 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"
26 fi
27
28 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )