diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-04-18 08:13:07 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-04-18 08:13:22 +0200 |
commit | 1a4a08e6bcf96ec1af5e4dc5af4d3675f1e0c19d (patch) | |
tree | 540a45477f211563469def00b311b3cc2d85eb7f /dev-ruby | |
parent | dev-ruby/haml: add ruby27 (diff) | |
download | gentoo-1a4a08e6bcf96ec1af5e4dc5af4d3675f1e0c19d.tar.gz gentoo-1a4a08e6bcf96ec1af5e4dc5af4d3675f1e0c19d.tar.bz2 gentoo-1a4a08e6bcf96ec1af5e4dc5af4d3675f1e0c19d.zip |
dev-ruby/asciidoctor: add ruby27
Bug: https://bugs.gentoo.org/764515
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild index 15d529af89d7..b19e986d2fc8 100644 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_TASK_TEST="test features" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" |