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/libdiscid/
Date: Mon, 30 May 2016 17:15:19
Message-Id: 1464628467.2af0d0caf89d8540d9d0c3ec90486db1dd969bf2.klausman@gentoo
1 commit: 2af0d0caf89d8540d9d0c3ec90486db1dd969bf2
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 17:14:27 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 17:14:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af0d0ca
7
8 media-libs/libdiscid-0.6.1-r0: add alpha keyword
9
10 Gentoo-Bug: 578932
11
12 Package-Manager: portage-2.3.0_rc1
13
14 media-libs/libdiscid/libdiscid-0.6.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/libdiscid/libdiscid-0.6.1.ebuild b/media-libs/libdiscid/libdiscid-0.6.1.ebuild
18 index 0edf194..2d11220 100644
19 --- a/media-libs/libdiscid/libdiscid-0.6.1.ebuild
20 +++ b/media-libs/libdiscid/libdiscid-0.6.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -12,7 +12,7 @@ SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz"
28
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
32 +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
33 IUSE="static-libs"
34
35 DOCS=( AUTHORS ChangeLog examples/discid.c README )