diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-01-12 10:45:20 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-01-13 07:09:05 +0100 |
commit | fcd90d625d10adf59d1f26e531177c65d251b042 (patch) | |
tree | 575e6a261b09450d14e5bb7aaa200549223ecad6 /dev-ruby/rack | |
parent | app-emacs/with-editor: remove obsolete blocker (diff) | |
download | gentoo-fcd90d625d10adf59d1f26e531177c65d251b042.tar.gz gentoo-fcd90d625d10adf59d1f26e531177c65d251b042.tar.bz2 gentoo-fcd90d625d10adf59d1f26e531177c65d251b042.zip |
dev-ruby/rack: remove obsolete blocker
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rack')
-rw-r--r-- | dev-ruby/rack/rack-1.6.12.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rack/rack-2.0.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/rack/rack-1.6.12.ebuild b/dev-ruby/rack/rack-1.6.12.ebuild index 1908d3add217..a023abdfeeb4 100644 --- a/dev-ruby/rack/rack-1.6.12.ebuild +++ b/dev-ruby/rack/rack-1.6.12.ebuild @@ -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 diff --git a/dev-ruby/rack/rack-2.0.8.ebuild b/dev-ruby/rack/rack-2.0.8.ebuild index 212322ce45f9..b69be06d5484 100644 --- a/dev-ruby/rack/rack-2.0.8.ebuild +++ b/dev-ruby/rack/rack-2.0.8.ebuild @@ -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 |