diff options
author | 2021-02-14 11:42:44 +0100 | |
---|---|---|
committer | 2021-02-14 11:49:04 +0100 | |
commit | fef7ab5c00abfe1a3b4da499ba3e924db9922b21 (patch) | |
tree | 3a5dca5e4d2cf23f9106532281a4a8394375fd04 /dev-ruby/thor | |
parent | dev-ruby/railties: fix thor dependency (diff) | |
download | gentoo-fef7ab5c00abfe1a3b4da499ba3e924db9922b21.tar.gz gentoo-fef7ab5c00abfe1a3b4da499ba3e924db9922b21.tar.bz2 gentoo-fef7ab5c00abfe1a3b4da499ba3e924db9922b21.zip |
dev-ruby/thor: use soft blocker
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r-- | dev-ruby/thor/thor-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/thor/thor-1.0.1.ebuild b/dev-ruby/thor/thor-1.0.1.ebuild index 7fb17c70ce2c..f9f87954f5ca 100644 --- a/dev-ruby/thor/thor-1.0.1.ebuild +++ b/dev-ruby/thor/thor-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ USE_RUBY="ruby25 ruby26" ruby_add_bdepend " dev-ruby/webmock )" -RDEPEND+=" !!<dev-ruby/thor-0.20.3-r1:0" +RDEPEND+=" !<dev-ruby/thor-0.20.3-r1:0" all_ruby_prepare() { # Remove rspec default options (as we might not have the last |