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/actioncable/
Date: Tue, 04 Apr 2017 21:00:09
Message-Id: 1491339491.77ffa599d4f5760d6fef483a1e556b80b2ad2c5c.maekke@gentoo
1 commit: 77ffa599d4f5760d6fef483a1e556b80b2ad2c5c
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 20:58:11 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 20:58:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ffa599
7
8 dev-ruby/actioncable: 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/actioncable/actioncable-5.0.0.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/actioncable/actioncable-5.0.0.1.ebuild b/dev-ruby/actioncable/actioncable-5.0.0.1.ebuild
17 index db2222600c2..a29ce26fb48 100644
18 --- a/dev-ruby/actioncable/actioncable-5.0.0.1.ebuild
19 +++ b/dev-ruby/actioncable/actioncable-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 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
27
28 LICENSE="MIT"
29 SLOT="$(get_version_component_range 1-2)"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~arm"
32 IUSE=""
33
34 RUBY_S="rails-${PV}/${PN}"