commit: 180ed21f8972c80f4b46ba43c1244b0eb4e8959e Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Thu Aug 24 08:55:09 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Aug 24 08:55:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=180ed21f
dev-ruby/asciidoctor-pdf: enable ruby31 Closes: https://bugs.gentoo.org/912941 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild index 027a42ecc7..b88737c775 100644 --- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild +++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.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="ruby26 ruby27 ruby30" +USE_RUBY="ruby31" RUBY_FAKEGEM_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
