diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-08 07:31:16 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-08 07:32:09 +0200 |
commit | 3ae842198c59b0ae4067c986edbc559604df611b (patch) | |
tree | bb615bb2f2cd9368e744d98303207ad48573e937 /dev-ruby/asciidoctor | |
parent | dev-ruby/sinatra-partial: update EAPI 6 -> 8, add ruby30 (diff) | |
download | gentoo-3ae842198c59b0ae4067c986edbc559604df611b.tar.gz gentoo-3ae842198c59b0ae4067c986edbc559604df611b.tar.bz2 gentoo-3ae842198c59b0ae4067c986edbc559604df611b.zip |
dev-ruby/asciidoctor: enable ruby30
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/asciidoctor')
-rw-r--r-- | dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild index 4060c48f593a..436da494edbd 100644 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" |