commit: dbfb37ed759323e8eb9a185683efa3d79f14bc6e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 2 02:06:13 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 2 02:55:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfb37ed
dev-ruby/systemu: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild index 6acc283c0015..c361c58c68eb 100644 --- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild +++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild @@ -1,9 +1,9 @@ -# 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="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_DOC="" @@ -17,7 +17,6 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/" LICENSE="Ruby-BSD" SLOT="0" KEYWORDS="amd64 ~riscv x86" -IUSE="" all_ruby_install() { all_fakegem_install
