commit: b543c5d081b13a8af78d028af6e887057833e797 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Aug 6 05:49:10 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Aug 6 05:51:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b543c5d0
dev-ruby/database_cleaner-core: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1-r1.ebuild b/dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1-r1.ebuild index 6d12cf4ee0fc..0683ff834aed 100644 --- a/dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1-r1.ebuild +++ b/dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1-r1.ebuild @@ -1,9 +1,9 @@ -# 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_EXTRADOC="History.rdoc README.markdown" @@ -19,4 +19,3 @@ HOMEPAGE="https://github.com/DatabaseCleaner/database_cleaner" LICENSE="MIT" SLOT="$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~x86" -IUSE=""
