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/activemodel/
Date: Sun, 12 Feb 2017 06:15:43
Message-Id: 1486879886.29be8f67815e6dfb9ae5ef409d00dee4660197cd.graaff@gentoo
1 commit: 29be8f67815e6dfb9ae5ef409d00dee4660197cd
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 06:11:26 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 06:11:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29be8f67
7
8 dev-ruby/activemodel: restore ~x86 keyword
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/activemodel/activemodel-4.2.7.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/activemodel/activemodel-4.2.7.1.ebuild b/dev-ruby/activemodel/activemodel-4.2.7.1.ebuild
16 index 638cb5efeb..cf7c47a540 100644
17 --- a/dev-ruby/activemodel/activemodel-4.2.7.1.ebuild
18 +++ b/dev-ruby/activemodel/activemodel-4.2.7.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
26
27 LICENSE="MIT"
28 SLOT="$(get_version_component_range 1-2)"
29 -KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux"
30 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
31 IUSE=""
32
33 RUBY_S="rails-${PV}/${PN}"