diff options
Diffstat (limited to 'dev-ruby/oauth2/oauth2-1.4.11.ebuild')
-rw-r--r-- | dev-ruby/oauth2/oauth2-1.4.11.ebuild | 6 |
1 files 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 ) |