Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Thu, 07 Feb 2019 12:31:51
Message-Id: 1549542673.639e0df732ff59522ffda6f83757edb6b8abf6e3.klausman@gentoo
1 commit: 639e0df732ff59522ffda6f83757edb6b8abf6e3
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 12:30:56 2019 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 12:31:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639e0df7
7
8 media-gfx/exiv2-0.27.0-r2: alpha stable
9
10 Bug: http://bugs.gentoo.org/674968
11 Signed-off-by: Tobias Klausmann <klausman <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 51a6708bdc0..6d90c6320e9 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} )