Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
Date: Mon, 04 Jul 2016 13:23:41
Message-Id: 1467638607.e8fcd5cfc631505d177d7283b79160c437a7ee80.klausman@gentoo
1 commit: e8fcd5cfc631505d177d7283b79160c437a7ee80
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 13:23:11 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 13:23:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8fcd5cf
7
8 app-text/gspell-1.0.2-r0: add ~alpha keyword
9
10 Gentoo-Bug: 587368
11
12 Package-Manager: portage-2.3.0
13
14 app-text/gspell/gspell-1.0.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-text/gspell/gspell-1.0.2.ebuild b/app-text/gspell/gspell-1.0.2.ebuild
18 index a375640..afeb738 100644
19 --- a/app-text/gspell/gspell-1.0.2.ebuild
20 +++ b/app-text/gspell/gspell-1.0.2.ebuild
21 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
22
23 LICENSE="LGPL-2.1+"
24 SLOT="0/1" # subslot = libgspell-1 soname version
25 -KEYWORDS="~amd64 ~x86"
26 +KEYWORDS="~alpha ~amd64 ~x86"
27 IUSE="+introspection vala"
28 REQUIRED_IUSE="vala? ( introspection )"