commit:     c97b618897446cb0592c99dd3c5f198bed0936d3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 08:19:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 11:24:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97b6188

dev-ruby/sprockets: enable ruby32, fix rack dep

Supports rack 3 now.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../sprockets/{sprockets-4.2.0.ebuild => sprockets-4.2.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/sprockets/sprockets-4.2.0.ebuild 
b/dev-ruby/sprockets/sprockets-4.2.0-r1.ebuild
similarity index 94%
rename from dev-ruby/sprockets/sprockets-4.2.0.ebuild
rename to dev-ruby/sprockets/sprockets-4.2.0-r1.ebuild
index 5462145cfa71..1842bcdda122 100644
--- a/dev-ruby/sprockets/sprockets-4.2.0.ebuild
+++ b/dev-ruby/sprockets/sprockets-4.2.0-r1.ebuild
@@ -1,8 +1,8 @@
-# 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="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
@@ -22,7 +22,7 @@ IUSE=""
 
 ruby_add_rdepend "
        dev-ruby/concurrent-ruby:1
-       >=dev-ruby/rack-2.2.4:2.2
+       >=dev-ruby/rack-2.2.4:3.0
 "
 
 ruby_add_bdepend "test? (

Reply via email to