Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails/
Date: Tue, 04 Apr 2017 21:00:10
Message-Id: 1491339560.a09f0e5b31cabe61ba5f7f9fb060f2e64906d290.maekke@gentoo
1 commit: a09f0e5b31cabe61ba5f7f9fb060f2e64906d290
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 20:59:20 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 20:59:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09f0e5b
7
8 dev-ruby/rails: add ~arm, bug #592756
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm"
12
13 dev-ruby/rails/rails-5.0.0.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/rails/rails-5.0.0.1.ebuild b/dev-ruby/rails/rails-5.0.0.1.ebuild
17 index 18482a078b8..1edab67bef1 100644
18 --- a/dev-ruby/rails/rails-5.0.0.1.ebuild
19 +++ b/dev-ruby/rails/rails-5.0.0.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org"
27
28 LICENSE="MIT"
29 SLOT="$(get_version_component_range 1-2)"
30 -KEYWORDS="~amd64 ~amd64-linux"
31 +KEYWORDS="~amd64 ~arm ~amd64-linux"
32
33 IUSE="+asset-pipeline"