diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-05-06 08:53:27 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-05-06 08:53:56 +0200 |
commit | 7bae1bf67ed48a547fbc3209ac680e3bbe40bffb (patch) | |
tree | d47e61f30f0caf8b1110fead0e07b9b4c1cd9a4f /dev-ruby/http-parser | |
parent | dev-ruby/ffi-compiler: enable ruby31 (diff) | |
download | gentoo-7bae1bf67ed48a547fbc3209ac680e3bbe40bffb.tar.gz gentoo-7bae1bf67ed48a547fbc3209ac680e3bbe40bffb.tar.bz2 gentoo-7bae1bf67ed48a547fbc3209ac680e3bbe40bffb.zip |
dev-ruby/http-parser: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/http-parser')
-rw-r--r-- | dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 896944c223f9..8b85b5fe20db 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |