diff options
author | Hans de Graaff <graaff@gentoo.org> | 2025-01-03 11:19:21 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2025-01-03 11:19:21 +0100 |
commit | 045d16338c5e50ae688792c07cc4e367a47d8c3c (patch) | |
tree | 9424c8771b8d268ae64ca86ea2c435e31621c24b /dev-ruby | |
parent | dev-ruby/http-accept: drop 2.2.0 (diff) | |
download | gentoo-045d16338c5e50ae688792c07cc4e367a47d8c3c.tar.gz gentoo-045d16338c5e50ae688792c07cc4e367a47d8c3c.tar.bz2 gentoo-045d16338c5e50ae688792c07cc4e367a47d8c3c.zip |
dev-ruby/http-accept: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/http-accept/http-accept-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/http-accept/http-accept-2.2.1.ebuild b/dev-ruby/http-accept/http-accept-2.2.1.ebuild index 48fb0fa20f09..47669320bc70 100644 --- a/dev-ruby/http-accept/http-accept-2.2.1.ebuild +++ b/dev-ruby/http-accept/http-accept-2.2.1.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_EXTRADOC="readme.md" RUBY_FAKEGEM_GEMSPEC="http-accept.gemspec" |