commit: a74e5a0a7e7a5fba4a1fcba7cf10f99d33497c77 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jul 2 05:20:00 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 05:20:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74e5a0a
dev-ruby/oauth: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/oauth/oauth-0.6.2-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/oauth/oauth-0.6.2-r2.ebuild b/dev-ruby/oauth/oauth-0.6.2-r2.ebuild index 4ff041b4e84c..d04389a87ff5 100644 --- a/dev-ruby/oauth/oauth-0.6.2-r2.ebuild +++ b/dev-ruby/oauth/oauth-0.6.2-r2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md TODO"
