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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB60515800A for ; Tue, 29 Aug 2023 14:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28BEB2BC024; Tue, 29 Aug 2023 14:26:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0F6E72BC024 for ; Tue, 29 Aug 2023 14:26:43 +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 27C3B335D2F for ; Tue, 29 Aug 2023 14:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49AE510D5 for ; Tue, 29 Aug 2023 14:26:41 +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: <1693319196.57c3a1c6822e18c03cf58847e2ae41c569104cd8.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild X-VCS-Directories: dev-ruby/sprockets/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 57c3a1c6822e18c03cf58847e2ae41c569104cd8 X-VCS-Branch: master Date: Tue, 29 Aug 2023 14:26:41 +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: a4ba6e5b-075d-42d1-884d-77f3999c9ad1 X-Archives-Hash: 14b52502a4a159b9f71668c00e9a7c85 commit: 57c3a1c6822e18c03cf58847e2ae41c569104cd8 Author: Hans de Graaff gentoo org> AuthorDate: Tue Aug 29 11:39:15 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Aug 29 14:26:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c3a1c6 dev-ruby/sprockets: enable ruby32, fix tests Closes: https://bugs.gentoo.org/733902 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild b/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild index 0f9f971f3c7b..d9704edc5370 100644 --- a/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild +++ b/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -36,6 +36,7 @@ ruby_add_bdepend "test? ( dev-ruby/rack-test =dev-ruby/coffee-script-2* =dev-ruby/execjs-2* + dev-ruby/nokogiri =dev-ruby/sass-3* >=dev-ruby/sass-3.1 dev-ruby/uglifier )" @@ -50,6 +51,8 @@ all_ruby_prepare() { sed -i -e "/bundler/d" Rakefile || die sed -i -e 's/MiniTest/Minitest/' test/sprockets_test.rb test/test*.rb || die + sed -i -e '2igem "rack", "<3"' test/sprockets_test.rb || die + sed -i -e '5irequire "rack/lint"' test/test_server.rb || die } each_ruby_prepare() {