commit: add1a4a7a9715b964c8200750a9aba752bf926b8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu May 23 05:29:18 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu May 23 06:13:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add1a4a7
dev-ruby/will_paginate: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/will_paginate/will_paginate-4.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild index c9a6d92dedaf..6f155028baa5 100644 --- a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild +++ b/dev-ruby/will_paginate/will_paginate-4.0.0.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_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="will_paginate.gemspec" @@ -17,7 +17,7 @@ SRC_URI="https://github.com/mislav/will_paginate/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="~amd64" -IUSE="" +IUSE="test" all_ruby_prepare() { # Remove tests for unpackaged ORMs
