diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-04-29 08:55:49 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-04-29 09:23:13 +0200 |
commit | 8f7e16cc9edb643905a0a0df749a77cf08c0ed68 (patch) | |
tree | bd11c81707d713abfe9a249b3a586fcf40531e7e /dev-ruby | |
parent | dev-ruby/airbrussh: fix tests (diff) | |
download | gentoo-8f7e16cc9edb643905a0a0df749a77cf08c0ed68.tar.gz gentoo-8f7e16cc9edb643905a0a0df749a77cf08c0ed68.tar.bz2 gentoo-8f7e16cc9edb643905a0a0df749a77cf08c0ed68.zip |
dev-ruby/rspec-pending_for: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec-pending_for/rspec-pending_for-0.1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-pending_for/rspec-pending_for-0.1.16.ebuild b/dev-ruby/rspec-pending_for/rspec-pending_for-0.1.16.ebuild index 1e751c417c96..bd40fa9366ac 100644 --- a/dev-ruby/rspec-pending_for/rspec-pending_for-0.1.16.ebuild +++ b/dev-ruby/rspec-pending_for/rspec-pending_for-0.1.16.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" |