commit: 03e31b08baa4916aa6804a2155a7537e02c2e0a4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 31 02:48:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 31 17:59:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e31b08
dev-ruby/rkelly-remix: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/rkelly-remix/rkelly-remix-0.0.7-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rkelly-remix/rkelly-remix-0.0.7-r1.ebuild b/dev-ruby/rkelly-remix/rkelly-remix-0.0.7-r1.ebuild index a40f6b8941f1..161002ca3a0b 100644 --- a/dev-ruby/rkelly-remix/rkelly-remix-0.0.7-r1.ebuild +++ b/dev-ruby/rkelly-remix/rkelly-remix-0.0.7-r1.ebuild @@ -1,16 +1,16 @@ -# 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" inherit ruby-fakegem DESCRIPTION="RKelly Remix is a fork of the RKelly JavaScript parser" HOMEPAGE="https://github.com/nene/rkelly-remix" -LICENSE="MIT" +LICENSE="MIT" KEYWORDS="~amd64 ~arm ~x86" SLOT="0" IUSE="doc"
