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 7E8181581D3 for ; Wed, 22 May 2024 05:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35678E2A5D; Wed, 22 May 2024 05:40:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 10EB7E2A5D for ; Wed, 22 May 2024 05:40:56 +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 00DCE33BF29 for ; Wed, 22 May 2024 05:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61E531B2B for ; Wed, 22 May 2024 05:40:53 +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: <1716356369.a3e8d439a04c1faa9c1cfc72d05c3badfb000ae9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actiontext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actiontext/actiontext-7.1.3.3.ebuild X-VCS-Directories: dev-ruby/actiontext/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: a3e8d439a04c1faa9c1cfc72d05c3badfb000ae9 X-VCS-Branch: master Date: Wed, 22 May 2024 05:40:53 +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: db05c10f-c163-4a3c-9200-673ce8c7c8b4 X-Archives-Hash: ac8539674314d65f54e90b1eb64e4246 commit: a3e8d439a04c1faa9c1cfc72d05c3badfb000ae9 Author: Hans de Graaff gentoo org> AuthorDate: Wed May 22 05:39:29 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 22 05:39:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e8d439 dev-ruby/actiontext: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actiontext/actiontext-7.1.3.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild b/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild index 70b801b7a136..b1460d98bccc 100644 --- a/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild +++ b/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -37,7 +37,7 @@ ruby_add_rdepend " ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/importmap-rails - dev-ruby/minitest:5.15 + dev-ruby/minitest:5 dev-ruby/mocha dev-ruby/propshaft >=dev-ruby/sqlite3-1.4.0 @@ -50,7 +50,7 @@ all_ruby_prepare() { -e '/stimulus-rails/,/cssbundling-rails/ s:^:#:' \ -e '/tailwindcss-rails/,/dartsass-rails/ s:^:#:' \ -e '/:job/,/end/ s:^:#:' \ - -e '/group :\(cable\|doc\|lint\|rubocop\|storage\|test\)/,/^end/ s:^:#:' \ + -e '/group :\(cable\|doc\|lint\|mdl\|rubocop\|storage\|test\)/,/^end/ s:^:#:' \ -e '/sqlite/ s/1.6.4/99/' \ -i ../Gemfile || die rm ../Gemfile.lock || die