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 00:36:59
Message-Id: 1487032564.c00957d24f512aeb8d2ec2ec612c2a9d9bed0c43.xmw@gentoo
1 commit: c00957d24f512aeb8d2ec2ec612c2a9d9bed0c43
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 00:15:53 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 00:36:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00957d2
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 647498c0a4..73aac97836 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 ~ppc ~ppc64 ~amd64-linux"
24 +KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"