diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-07-16 08:05:22 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-07-17 07:37:10 +0200 |
commit | 6f13c1366f22e2ee70643153c0ff10f6421ef04e (patch) | |
tree | 09175d6df177e3bb8b9f14897c436309c0979442 /dev-ruby/sprockets | |
parent | dev-debug/gdb: Stabilize 14.2-r1 x86, #936192 (diff) | |
download | gentoo-6f13c1366f22e2ee70643153c0ff10f6421ef04e.tar.gz gentoo-6f13c1366f22e2ee70643153c0ff10f6421ef04e.tar.bz2 gentoo-6f13c1366f22e2ee70643153c0ff10f6421ef04e.zip |
dev-ruby/sprockets: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/sprockets')
-rw-r--r-- | dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild b/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild index d9704edc5370..c383332850f0 100644 --- a/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild +++ b/dev-ruby/sprockets/sprockets-3.7.2-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" |