projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9302a2
)
dev-ruby/postgres_ext: fix to include activerecord:4.0
author
Zero_Chaos
<zerochaos@gentoo.org>
Fri, 4 Sep 2015 21:24:09 +0000
(17:24 -0400)
committer
Zero_Chaos
<zerochaos@gentoo.org>
Fri, 4 Sep 2015 21:24:09 +0000
(17:24 -0400)
dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
index a009b828757a062d6c4c46960459e102666c4d9f..7a87fd7658fd4da23a8b00457f3af36964afe3a9 100644
(file)
--- a/
dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
+++ b/
dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
@@
-17,7
+17,9
@@
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT=test
-ruby_add_rdepend "|| ( dev-ruby/activerecord:4.1 dev-ruby/activerecord:4.2 )
+ruby_add_rdepend "|| ( dev-ruby/activerecord:4.0
+ dev-ruby/activerecord:4.1
+ dev-ruby/activerecord:4.2 )
>=dev-ruby/arel-4.0.1:*
dev-ruby/pg_array_parser:0.0.9"