diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-08 21:00:37 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-08 21:00:37 +0000 |
commit | 09fcb5397065aca4f1deb11a40f5295569964fdf (patch) | |
tree | aeae73c9e433e798fa76822c36ebf8352cd1201d /dev-ruby | |
parent | arm stable, bug #535614 (diff) | |
download | gentoo-2-09fcb5397065aca4f1deb11a40f5295569964fdf.tar.gz gentoo-2-09fcb5397065aca4f1deb11a40f5295569964fdf.tar.bz2 gentoo-2-09fcb5397065aca4f1deb11a40f5295569964fdf.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/activemodel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activemodel/activemodel-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog index 8dba631ac4d1..7dc4f94081be 100644 --- a/dev-ruby/activemodel/ChangeLog +++ b/dev-ruby/activemodel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activemodel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.100 2015/01/07 07:04:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.101 2015/01/08 21:00:37 maekke Exp $ + + 08 Jan 2015; Markus Meier <maekke@gentoo.org> activemodel-4.2.0.ebuild: + add ~arm, bug #534186 *activemodel-4.1.9 (07 Jan 2015) *activemodel-4.0.13 (07 Jan 2015) diff --git a/dev-ruby/activemodel/activemodel-4.2.0.ebuild b/dev-ruby/activemodel/activemodel-4.2.0.ebuild index 6f5d14934306..7f8f3e8bd70b 100644 --- a/dev-ruby/activemodel/activemodel-4.2.0.ebuild +++ b/dev-ruby/activemodel/activemodel-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/activemodel/activemodel-4.2.0.ebuild,v 1.3 2015/01/01 11:00:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.2.0.ebuild,v 1.4 2015/01/08 21:00:37 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}" |