commit:     c4ce9b8436efb92307853f7c78e1a93b91fc2274
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 07:12:09 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 07:14:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ce9b84

dev-ruby/rspec-rails: drop obsolete rails slot

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild 
b/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild
index 26882edd577b..c4fc4b3e9ae2 100644
--- a/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild
+++ b/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -24,9 +24,9 @@ KEYWORDS="~amd64"
 IUSE=""
 
 ruby_add_rdepend "
-       || ( dev-ruby/activesupport:6.1 dev-ruby/activesupport:6.0 
dev-ruby/activesupport:5.2 )
-       || ( dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 
dev-ruby/actionpack:5.2 )
-       || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 dev-ruby/railties:5.2 )
+       || ( dev-ruby/activesupport:6.1 dev-ruby/activesupport:6.0 )
+       || ( dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 )
+       || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 )
        >=dev-ruby/rspec-3.10:3"
 
 # Depend on the package being already installed for tests, because

Reply via email to