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/activejob/
Date: Tue, 14 Feb 2017 07:25:00
Message-Id: 1487056428.27607c5f1045cb88136bca2e36b668b855216fe1.xmw@gentoo
1 commit: 27607c5f1045cb88136bca2e36b668b855216fe1
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 07:13:48 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 07:13:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27607c5f
7
8 dev-ruby/activejob: Add ~ppc keyword (bug 583390).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/activejob/activejob-4.2.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activejob/activejob-4.2.7.1.ebuild b/dev-ruby/activejob/activejob-4.2.7.1.ebuild
16 index 73aac97836..647498c0a4 100644
17 --- a/dev-ruby/activejob/activejob-4.2.7.1.ebuild
18 +++ b/dev-ruby/activejob/activejob-4.2.7.1.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
20
21 LICENSE="MIT"
22 SLOT="$(get_version_component_range 1-2)"
23 -KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux"
24 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"