diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-07-07 11:40:55 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-07-07 19:38:03 +0200 |
commit | edd66d63645a060d090dd749120db7ab79b041b7 (patch) | |
tree | 3919f0455176bd4e140637ebb42beb0a555fe2f8 /dev-ruby/asciidoctor-diagram | |
parent | dev-ruby/asciidoctor-diagram: cleanup (diff) | |
download | gentoo-edd66d63645a060d090dd749120db7ab79b041b7.tar.gz gentoo-edd66d63645a060d090dd749120db7ab79b041b7.tar.bz2 gentoo-edd66d63645a060d090dd749120db7ab79b041b7.zip |
dev-ruby/asciidoctor-diagram: add ruby27
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/asciidoctor-diagram')
-rw-r--r-- | dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild index 9a6dfb6b1969..48579c8ab99e 100644 --- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild +++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild @@ -1,9 +1,9 @@ -# 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_RECIPE_TEST="rspec3" |