Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/i18n/
Date: Tue, 14 Feb 2017 00:36:31
Message-Id: 1487032517.bd210c9f0c1ae6b3be85820bf9b19c6519947eaa.xmw@gentoo
1 commit: bd210c9f0c1ae6b3be85820bf9b19c6519947eaa
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 23:16:24 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 00:35:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd210c9f
7
8 dev-ruby/i18n: Add ~ppc keyword (bug 583390).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/i18n/i18n-0.6.11-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/i18n/i18n-0.6.11-r1.ebuild b/dev-ruby/i18n/i18n-0.6.11-r1.ebuild
16 index eff1da614e..94b53d4dee 100644
17 --- a/dev-ruby/i18n/i18n-0.6.11-r1.ebuild
18 +++ b/dev-ruby/i18n/i18n-0.6.11-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -17,7 +17,7 @@ HOMEPAGE="http://rails-i18n.org/"
26
27 LICENSE="MIT"
28 SLOT="0.6"
29 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 IUSE=""
32
33 RUBY_PATCHES=( ${PN}-0.7.0-frozen-classes.patch )