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 681D015800A for ; Mon, 17 Jul 2023 04:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2C2E0933; Mon, 17 Jul 2023 04:55:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9488AE0932 for ; Mon, 17 Jul 2023 04:55:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88D11335D6A for ; Mon, 17 Jul 2023 04:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBE48B4F for ; Mon, 17 Jul 2023 04:55:10 +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: <1689568790.ff3afe27fc370417df5105bd3dc389e8b053a2a7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionpack-action_caching/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild X-VCS-Directories: dev-ruby/actionpack-action_caching/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ff3afe27fc370417df5105bd3dc389e8b053a2a7 X-VCS-Branch: master Date: Mon, 17 Jul 2023 04:55:10 +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: 49fbd915-9c7b-408d-a57e-521dc2131e8d X-Archives-Hash: 5ee247092746468a95f5309494029e6b commit: ff3afe27fc370417df5105bd3dc389e8b053a2a7 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 17 04:39:50 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 17 04:39:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3afe27 dev-ruby/actionpack-action_caching: drop obsolete rails 6.0 Signed-off-by: Hans de Graaff gentoo.org> .../actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild b/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild index 59bc13af56f3..6b8ce913e124 100644 --- a/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild +++ b/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild @@ -19,7 +19,7 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0:*" ruby_add_bdepend "test? ( >=dev-ruby/activerecord-4.0.0 - || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 ) + || ( dev-ruby/railties:6.1 ) dev-ruby/mocha )" all_ruby_prepare() {