commit: 045b4b08a3070ca0dcc58d7ada71b2c0f6ff32cc Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat May 3 05:01:35 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat May 3 05:42:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045b4b08
dev-ruby/http-parser: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild index 057464373f93..e2d12a3ce32e 100644 --- a/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild +++ b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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_RECIPE_TEST="rspec3" @@ -16,7 +16,6 @@ HOMEPAGE="https://github.com/cotag/http-parser" LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" DEPEND+=" >=net-libs/http-parser-2.8.1" RDEPEND+=" >=net-libs/http-parser-2.8.1"
