dev-ruby/rack: remove obsolete blocker
authorHans de Graaff <graaff@gentoo.org>
Sun, 12 Jan 2020 09:45:20 +0000 (10:45 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 13 Jan 2020 06:09:05 +0000 (07:09 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/rack/rack-1.6.12.ebuild
dev-ruby/rack/rack-2.0.8.ebuild

index 1908d3add21702338f7732cff2f5e3951aa2d5c8..a023abdfeeb434e26adcad12caf42d0cf8a8a136 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=6
@@ -27,7 +27,7 @@ ruby_add_rdepend "virtual/ruby-ssl"
 ruby_add_bdepend "test? ( dev-ruby/bacon )"
 
 # Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !<dev-ruby/rack-1.4.5-r1:1.4 !<dev-ruby/rack-1.5.2-r4:1.5"
+RDEPEND="${RDEPEND} !<dev-ruby/rack-1.5.2-r4:1.5"
 
 all_ruby_prepare() {
        # The build system tries to generate the ChangeLog from git. Create
index 212322ce45f9297cc7f356bb2575169abcc5a079..b69be06d5484a54e57831b7df0f4b22a422a0155 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
@@ -26,7 +26,7 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/concurrent-ruby )"
 # make them dependencies at all.
 
 # Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !<dev-ruby/rack-1.4.5-r1:1.4 !<dev-ruby/rack-1.5.2-r4:1.5 !<dev-ruby/rack-1.6.4-r2:1.6"
+RDEPEND="${RDEPEND} !<dev-ruby/rack-1.5.2-r4:1.5 !<dev-ruby/rack-1.6.4-r2:1.6"
 
 all_ruby_prepare() {
        # The build system tries to generate the ChangeLog from git. Create