dev-ruby/activerecord: drop obsolete arel dependency
authorHans de Graaff <graaff@gentoo.org>
Thu, 12 Mar 2020 13:11:03 +0000 (14:11 +0100)
committerHans de Graaff <graaff@gentoo.org>
Thu, 12 Mar 2020 13:11:03 +0000 (14:11 +0100)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/activerecord/activerecord-6.0.2.1.ebuild

index f20b5f1cb91365c2545669447c3a65b71a27e9ea..377b1fc6cdb9a01121688b478684c762faa50b13 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,7 +29,6 @@ RUBY_S="rails-${PV}/${PN}"
 
 ruby_add_rdepend "~dev-ruby/activesupport-${PV}
        ~dev-ruby/activemodel-${PV}
-       dev-ruby/arel:9.0
        sqlite? ( >=dev-ruby/sqlite3-1.4 )
        mysql? ( || ( dev-ruby/mysql2:0.5 >=dev-ruby/mysql2-0.4.4:0.4 ) )
        postgres? ( || ( dev-ruby/pg:1 >=dev-ruby/pg-0.18.0:0 ) )"