commit: 144e2190e06b729c28ec82e93330fcbb5d374922 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 3 03:50:00 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 3 05:07:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144e2190
dev-ruby/loquacious: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/loquacious/loquacious-1.9.1-r4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r4.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r4.ebuild index 63f45cc4568d..f7e039fd9981 100644 --- a/dev-ruby/loquacious/loquacious-1.9.1-r4.ebuild +++ b/dev-ruby/loquacious/loquacious-1.9.1-r4.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_RECIPE_TEST="rspec3" @@ -16,7 +16,6 @@ inherit ruby-fakegem DESCRIPTION="Descriptive configuration files for Ruby written in Ruby" HOMEPAGE="https://github.com/TwP/loquacious" -IUSE="" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86"
