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-libs/gexiv2/
Date: Thu, 26 May 2016 12:46:35
Message-Id: 1464266784.33b5ae7c455e265f077b2008794c9fcc26703a4d.klausman@gentoo
1 commit: 33b5ae7c455e265f077b2008794c9fcc26703a4d
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 12:45:55 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 12:46:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b5ae7c
7
8 media-libs/gexiv2-0.10.3-r0: add alpha keyword
9
10 Gentoo-Bug: 575888
11
12 Package-Manager: portage-2.3.0_rc1
13
14 media-libs/gexiv2/gexiv2-0.10.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/gexiv2/gexiv2-0.10.3.ebuild b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
18 index c4dc936..e6f7c35 100644
19 --- a/media-libs/gexiv2/gexiv2-0.10.3.ebuild
20 +++ b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -16,7 +16,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz"
28
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32 +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 IUSE="introspection python static-libs"
34
35 REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"