summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/activerecord/activerecord-4.0.2.ebuild')
-rw-r--r--dev-ruby/activerecord/activerecord-4.0.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/activerecord-4.0.2.ebuild b/dev-ruby/activerecord/activerecord-4.0.2.ebuild
index 338c914f19b9..8d10aa3f118d 100644
--- a/dev-ruby/activerecord/activerecord-4.0.2.ebuild
+++ b/dev-ruby/activerecord/activerecord-4.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.2.ebuild,v 1.1 2013/12/04 19:24:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.2.ebuild,v 1.2 2014/03/11 20:24:05 johu 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 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="mysql postgres sqlite3"
RUBY_S="rails-${PV}/${PN}"