diff options
Diffstat (limited to 'dev-ruby/fuubar')
-rw-r--r-- | dev-ruby/fuubar/fuubar-2.5.1-r1.ebuild (renamed from dev-ruby/fuubar/fuubar-2.5.1.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-ruby/fuubar/fuubar-2.5.1.ebuild b/dev-ruby/fuubar/fuubar-2.5.1-r1.ebuild index 3d98ac7a2ea5..a2d3d2be68c0 100644 --- a/dev-ruby/fuubar/fuubar-2.5.1.ebuild +++ b/dev-ruby/fuubar/fuubar-2.5.1-r1.ebuild @@ -1,15 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31" +EAPI=8 +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_EXTRADOC="README.md" - RUBY_FAKEGEM_BINWRAP="" - RUBY_FAKEGEM_GEMSPEC="fuubar.gemspec" inherit ruby-fakegem |