diff options
author | 2023-08-24 16:55:09 +0800 | |
---|---|---|
committer | 2023-08-24 16:55:17 +0800 | |
commit | 180ed21f8972c80f4b46ba43c1244b0eb4e8959e (patch) | |
tree | a982e104368f5e33927abfecd0d7c5b8ed0b833a /dev-ruby | |
parent | dev-ruby/prawn-templates: enable ruby31, RESTRICT="test" (diff) | |
download | guru-180ed21f8972c80f4b46ba43c1244b0eb4e8959e.tar.gz guru-180ed21f8972c80f4b46ba43c1244b0eb4e8959e.tar.bz2 guru-180ed21f8972c80f4b46ba43c1244b0eb4e8959e.zip |
dev-ruby/asciidoctor-pdf: enable ruby31
Closes: https://bugs.gentoo.org/912941
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild | 4 |
1 files 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 027a42ecc..b88737c77 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" |