Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/
Date: Mon, 30 May 2016 13:51:48
Message-Id: 1464616298.32ac201843988d48028a42f3e9143d34277b5dd3.klausman@gentoo
1 commit: 32ac201843988d48028a42f3e9143d34277b5dd3
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 13:51:13 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 13:51:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ac2018
7
8 dev-scheme/guile-1.8.8-r2: add alpha keyword
9
10 Gentoo-Bug: 578318
11
12 Package-Manager: portage-2.3.0_rc1
13
14 dev-scheme/guile/guile-1.8.8-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-scheme/guile/guile-1.8.8-r2.ebuild b/dev-scheme/guile/guile-1.8.8-r2.ebuild
18 index 2ae5842..e4b6edb 100644
19 --- a/dev-scheme/guile/guile-1.8.8-r2.ebuild
20 +++ b/dev-scheme/guile/guile-1.8.8-r2.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/guile/"
28 SRC_URI="mirror://gnu/guile/${P}.tar.gz"
29
30 LICENSE="LGPL-2.1"
31 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
33 IUSE="debug debug-freelist debug-malloc +deprecated discouraged emacs networking nls readline +regex +threads"
34
35 RESTRICT="!regex? ( test )"