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/activesupport/
Date: Tue, 14 Feb 2017 00:36:34
Message-Id: 1487032542.3ff3b58a53dd0657195e21c16477289d1c094b86.xmw@gentoo
1 commit: 3ff3b58a53dd0657195e21c16477289d1c094b86
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 23:38:53 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 00:35:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff3b58a
7
8 dev-ruby/activesupport: Add ~ppc keyword (bug 583390).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/activesupport/activesupport-5.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/activesupport/activesupport-5.0.1.ebuild b/dev-ruby/activesupport/activesupport-5.0.1.ebuild
16 index 27418ff75c..261ad632d4 100644
17 --- a/dev-ruby/activesupport/activesupport-5.0.1.ebuild
18 +++ b/dev-ruby/activesupport/activesupport-5.0.1.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 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
26
27 LICENSE="MIT"
28 SLOT="$(get_version_component_range 1-2)"
29 -KEYWORDS="~alpha ~amd64 ~arm ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 IUSE=""
32
33 RUBY_S="rails-${PV}/${PN}"