diff --git a/dev-ruby/colored2/colored2-3.1.2-r1.ebuild b/dev-ruby/colored2/colored2-3.1.2-r1.ebuild index ee045d1e61de4..0e551ac3dd93f 100644 --- a/dev-ruby/colored2/colored2-3.1.2-r1.ebuild +++ b/dev-ruby/colored2/colored2-3.1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -13,9 +13,8 @@ DESCRIPTION="Console coloring" HOMEPAGE="https://github.com/kigster/colored2" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="" +KEYWORDS="~amd64 ~x86" each_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die