diff options
Diffstat (limited to 'dev-ruby/activerecord/activerecord-4.0.0.ebuild')
-rw-r--r-- | dev-ruby/activerecord/activerecord-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |