Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actioncable/
Date: Sun, 25 Mar 2018 17:59:05
Message-Id: 1522000721.36e7f9d0bdf74cc620c7568c26bf47fa2a52699c.slyfox@gentoo
1 commit: 36e7f9d0bdf74cc620c7568c26bf47fa2a52699c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 17:45:49 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:58:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e7f9d0
7
8 dev-ruby/actioncable: keyworded 5.1.5 for ppc, bug #624234
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-ruby/actioncable/actioncable-5.1.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/actioncable/actioncable-5.1.5.ebuild b/dev-ruby/actioncable/actioncable-5.1.5.ebuild
17 index c176e7267cd..ad561621388 100644
18 --- a/dev-ruby/actioncable/actioncable-5.1.5.ebuild
19 +++ b/dev-ruby/actioncable/actioncable-5.1.5.ebuild
20 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
21
22 LICENSE="MIT"
23 SLOT="$(get_version_component_range 1-2)"
24 -KEYWORDS="~amd64 ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
26 IUSE=""
27
28 RUBY_S="rails-${PV}/${PN}"