diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2015-09-04 17:22:31 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2015-09-04 17:22:31 -0400 |
commit | d9302a20b23a6dfc2cc2a18ed5b1c4c3d325b1c3 (patch) | |
tree | 1e3d616da86b8ea4dc095af3f6132e81b79f7128 /dev-ruby/arel-helpers | |
parent | dev-ruby/jsobfu: add ~arm (diff) | |
download | gentoo-d9302a20b23a6dfc2cc2a18ed5b1c4c3d325b1c3.tar.gz gentoo-d9302a20b23a6dfc2cc2a18ed5b1c4c3d325b1c3.tar.bz2 gentoo-d9302a20b23a6dfc2cc2a18ed5b1c4c3d325b1c3.zip |
dev-ruby/arel-helpers: fix to include activerecord:4.0
Diffstat (limited to 'dev-ruby/arel-helpers')
-rw-r--r-- | dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild index cb27f95787c9..3ff6ea432e81 100644 --- a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild +++ b/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild @@ -17,5 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_rdepend "|| ( dev-ruby/activerecord:3.2 + dev-ruby/activerecord:4.0 dev-ruby/activerecord:4.1 dev-ruby/activerecord:4.2 )" |