commit: 50f1077e26a859a9149bc61db668a5794606721e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 4 05:46:05 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 4 05:46:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f1077e
dev-ruby/oauth2: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/oauth2/oauth2-1.4.11.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/oauth2/oauth2-1.4.11.ebuild
b/dev-ruby/oauth2/oauth2-1.4.11.ebuild
index 286c19cd9e96..94facb95f9f2 100644
--- a/dev-ruby/oauth2/oauth2-1.4.11.ebuild
+++ b/dev-ruby/oauth2/oauth2-1.4.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby30 ruby31 ruby32 ruby33"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_TASK_TEST="none"
@@ -23,7 +23,7 @@
RUBY_S="oauth2-v${PV}-d41fb6e8feef3b0b0382dedc0ede82f5ca7854cd"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
+IUSE="test"
ruby_add_rdepend "
|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )