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/activerecord/
Date: Thu, 29 Dec 2016 13:06:25
Message-Id: 1483016715.2138b99d210880c7466c3393691a1a8243f4ddfd.graaff@gentoo
1 commit: 2138b99d210880c7466c3393691a1a8243f4ddfd
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 08:03:15 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 13:05:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2138b99d
7
8 dev-ruby/activerecord: drop ~ppc, keywording timeout
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/activerecord/activerecord-4.2.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activerecord/activerecord-4.2.6.ebuild b/dev-ruby/activerecord/activerecord-4.2.6.ebuild
16 index 44bfce9..e905d8c 100644
17 --- a/dev-ruby/activerecord/activerecord-4.2.6.ebuild
18 +++ b/dev-ruby/activerecord/activerecord-4.2.6.ebuild
19 @@ -21,7 +21,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="mysql postgres sqlite"
26
27 RUBY_S="rails-${PV}/${PN}"