From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7CB215802F for ; Mon, 13 Mar 2023 07:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6BA2E07EE; Mon, 13 Mar 2023 07:14:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DE23E07EE for ; Mon, 13 Mar 2023 07:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF3DA340D7F for ; Mon, 13 Mar 2023 07:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C0398E4 for ; Mon, 13 Mar 2023 07:14:11 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1678691647.c4ce9b8436efb92307853f7c78e1a93b91fc2274.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild X-VCS-Directories: dev-ruby/rspec-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c4ce9b8436efb92307853f7c78e1a93b91fc2274 X-VCS-Branch: master Date: Mon, 13 Mar 2023 07:14:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c42a697-0857-4f3d-8b78-8c1182174648 X-Archives-Hash: 045c60ca869dd908b038b0f89d473b29 commit: c4ce9b8436efb92307853f7c78e1a93b91fc2274 Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 13 07:12:09 2023 +0000 Commit: Hans de Graaff gentoo 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 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