diff options
author | 2015-01-08 20:58:50 +0000 | |
---|---|---|
committer | 2015-01-08 20:58:50 +0000 | |
commit | 767b352904443d4159895d893ee2e387850ca14d (patch) | |
tree | fde6480bf9bed67f1ddf1252dd0bd1335bd7f9fa /dev-ruby/activerecord | |
parent | revision bump (diff) | |
download | gentoo-2-767b352904443d4159895d893ee2e387850ca14d.tar.gz gentoo-2-767b352904443d4159895d893ee2e387850ca14d.tar.bz2 gentoo-2-767b352904443d4159895d893ee2e387850ca14d.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/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 38a3b68b7dcf..96eb675797c0 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.288 2015/01/07 07:05:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.289 2015/01/08 20:58:50 maekke Exp $ + + 08 Jan 2015; Markus Meier <maekke@gentoo.org> activerecord-4.2.0.ebuild: + add ~arm, bug #534186 *activerecord-4.1.9 (07 Jan 2015) *activerecord-4.0.13 (07 Jan 2015) diff --git a/dev-ruby/activerecord/activerecord-4.2.0.ebuild b/dev-ruby/activerecord/activerecord-4.2.0.ebuild index 81fb13a8afcc..10a253411588 100644 --- a/dev-ruby/activerecord/activerecord-4.2.0.ebuild +++ b/dev-ruby/activerecord/activerecord-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/activerecord/activerecord-4.2.0.ebuild,v 1.3 2015/01/01 11:00:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.2.0.ebuild,v 1.4 2015/01/08 20:58:50 maekke Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -21,7 +21,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="mysql postgres sqlite3" RUBY_S="rails-${PV}/${PN}" |