Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionview/
Date: Thu, 29 Dec 2016 13:06:31
Message-Id: 1483016723.31ee4289744265cbc781e19c8c82bd170321706b.graaff@gentoo
1 commit: 31ee4289744265cbc781e19c8c82bd170321706b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 08:05:44 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 13:05:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ee4289
7
8 dev-ruby/actionview: drop ~ppc, keywording timeout
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/actionview/actionview-4.2.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/actionview/actionview-4.2.6.ebuild b/dev-ruby/actionview/actionview-4.2.6.ebuild
16 index 8554588..5b0ce5c 100644
17 --- a/dev-ruby/actionview/actionview-4.2.6.ebuild
18 +++ b/dev-ruby/actionview/actionview-4.2.6.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 ~x86 ~amd64-linux"
24 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"