diff options
author | Hans de Graaff <hans@degraaff.org> | 2024-11-10 08:39:39 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2024-11-10 08:39:39 +0100 |
commit | 5f9b1c687ec3d07c79f08378bce9028af669c0c4 (patch) | |
tree | 3770a9f7732562185d1d8fa151dc77f208e383bb | |
parent | dev-ruby/oedipus_lex: drop 2.6.1 (diff) | |
download | graaff-5f9b1c687ec3d07c79f08378bce9028af669c0c4.tar.gz graaff-5f9b1c687ec3d07c79f08378bce9028af669c0c4.tar.bz2 graaff-5f9b1c687ec3d07c79f08378bce9028af669c0c4.zip |
dev-ruby/nested_form: enable ruby33
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r-- | dev-ruby/nested_form/nested_form-0.3.2-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/nested_form/nested_form-0.3.2-r2.ebuild b/dev-ruby/nested_form/nested_form-0.3.2-r2.ebuild index 031be94b..65acd69a 100644 --- a/dev-ruby/nested_form/nested_form-0.3.2-r2.ebuild +++ b/dev-ruby/nested_form/nested_form-0.3.2-r2.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="CHANGELOG.rdoc README.md" @@ -19,4 +19,3 @@ HOMEPAGE="https://github.com/ryanb/nested_form" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="" |