From 045b4b08a3070ca0dcc58d7ada71b2c0f6ff32cc Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 3 May 2025 07:01:35 +0200 Subject: [PATCH] dev-ruby/http-parser: enable ruby34 Signed-off-by: Hans de Graaff --- 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"