summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2013-10-13 22:09:02 +0000
committerMarkus Meier <maekke@gentoo.org>2013-10-13 22:09:02 +0000
commit340a6f67866eb7ff07ea12f2fb22a288d726a652 (patch)
tree1b17470db02d61cac2ab7d9bbcef1671126d1f74 /dev-ruby
parentadd ~arm, bug #487206 (diff)
downloadgentoo-2-340a6f67866eb7ff07ea12f2fb22a288d726a652.tar.gz
gentoo-2-340a6f67866eb7ff07ea12f2fb22a288d726a652.tar.bz2
gentoo-2-340a6f67866eb7ff07ea12f2fb22a288d726a652.zip
add ~arm, bug #487206
(Portage version: 2.2.7/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/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-4.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 867e3b134fd3..4c396d1d4efb 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.244 2013/10/13 16:04:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.245 2013/10/13 22:09:02 maekke Exp $
+
+ 13 Oct 2013; Markus Meier <maekke@gentoo.org> activerecord-4.0.0.ebuild:
+ add ~arm, bug #487206
13 Oct 2013; Hans de Graaff <graaff@gentoo.org> activerecord-3.1.12.ebuild,
activerecord-3.2.13.ebuild, activerecord-3.2.14.ebuild:
diff --git a/dev-ruby/activerecord/activerecord-4.0.0.ebuild b/dev-ruby/activerecord/activerecord-4.0.0.ebuild
index 32ea57a576e5..f0da8b80bafa 100644
--- a/dev-ruby/activerecord/activerecord-4.0.0.ebuild
+++ b/dev-ruby/activerecord/activerecord-4.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.0.ebuild,v 1.1 2013/10/07 12:36:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.0.ebuild,v 1.2 2013/10/13 22:09:02 maekke Exp $
EAPI=5
USE_RUBY="ruby19"
@@ -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"
+KEYWORDS="~amd64 ~arm"
IUSE="mysql postgres sqlite3"
RUBY_S="rails-${PV}/${PN}"