commit: a85ad0ecda5187bc8a14f525ebba2becb3c5c137 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Thu Aug 24 08:40:15 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Aug 24 08:40:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a85ad0ec
dev-ruby/rspec-wait: update EAPI 7 -> 8 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild index e249535352..fed1b188ae 100644 --- a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild +++ b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 RUBY_FAKEGEM_EXTRADOC="" RUBY_FAKEGEM_GEMSPEC="rspec-wait.gemspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" -USE_RUBY="ruby30 ruby27 ruby26" +USE_RUBY="ruby31 ruby32" inherit ruby-fakegem
