summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-01-08 20:59:24 +0000
committerMarkus Meier <maekke@gentoo.org>2015-01-08 20:59:24 +0000
commitd722a0df5c25c7ae594d440361a4bbbc86145e10 (patch)
tree281e208aa5dc1b4d7d0771d19fd6a77690d4d1f8 /dev-ruby
parentarm stable, bug #535630 (diff)
downloadgentoo-2-d722a0df5c25c7ae594d440361a4bbbc86145e10.tar.gz
gentoo-2-d722a0df5c25c7ae594d440361a4bbbc86145e10.tar.bz2
gentoo-2-d722a0df5c25c7ae594d440361a4bbbc86145e10.zip
add ~arm, bug #534186
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionview/ChangeLog5
-rw-r--r--dev-ruby/actionview/actionview-4.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionview/ChangeLog b/dev-ruby/actionview/ChangeLog
index 2f9eac24dd88..a3cddc72f211 100644
--- a/dev-ruby/actionview/ChangeLog
+++ b/dev-ruby/actionview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionview
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.18 2015/01/07 07:04:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.19 2015/01/08 20:59:24 maekke Exp $
+
+ 08 Jan 2015; Markus Meier <maekke@gentoo.org> actionview-4.2.0.ebuild:
+ add ~arm, bug #534186
*actionview-4.1.9 (07 Jan 2015)
diff --git a/dev-ruby/actionview/actionview-4.2.0.ebuild b/dev-ruby/actionview/actionview-4.2.0.ebuild
index 1866b2ec9827..69fbb5dd1a56 100644
--- a/dev-ruby/actionview/actionview-4.2.0.ebuild
+++ b/dev-ruby/actionview/actionview-4.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/actionview-4.2.0.ebuild,v 1.3 2015/01/01 11:00:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/actionview-4.2.0.ebuild,v 1.4 2015/01/08 20:59:24 maekke Exp $
EAPI=5
@@ -20,7 +20,7 @@ SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
IUSE=""
RUBY_S="rails-${PV}/${PN}"