commit: 8732080c9741296696624e3c9d4acd01f41b104b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 13:16:38 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 13:29:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8732080c
dev-ruby/fast-stemmer: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild index 4454eb8d553a..cd63dbc96641 100644 --- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild +++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.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="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="README" @@ -16,7 +16,6 @@ HOMEPAGE="https://github.com/romanbsd/fast-stemmer" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="" all_ruby_prepare() { rm ext/Makefile || die
