diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-03-09 09:31:22 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-03-09 10:00:30 +0100 |
commit | a4640183d08562e4b2620ab2f79ae306bcc7bc0c (patch) | |
tree | 605c18eb957a41e8f673561d957915dbb96a56af /dev-ruby/kramdown-syntax-coderay | |
parent | dev-util/cvise: Bump to 2.3.0 (diff) | |
download | gentoo-a4640183d08562e4b2620ab2f79ae306bcc7bc0c.tar.gz gentoo-a4640183d08562e4b2620ab2f79ae306bcc7bc0c.tar.bz2 gentoo-a4640183d08562e4b2620ab2f79ae306bcc7bc0c.zip |
dev-ruby/kramdown-syntax-coderay: add ruby27
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/kramdown-syntax-coderay')
-rw-r--r-- | dev-ruby/kramdown-syntax-coderay/kramdown-syntax-coderay-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/kramdown-syntax-coderay/kramdown-syntax-coderay-1.0.1.ebuild b/dev-ruby/kramdown-syntax-coderay/kramdown-syntax-coderay-1.0.1.ebuild index c6d156dbcbe6..f5d42549f182 100644 --- a/dev-ruby/kramdown-syntax-coderay/kramdown-syntax-coderay-1.0.1.ebuild +++ b/dev-ruby/kramdown-syntax-coderay/kramdown-syntax-coderay-1.0.1.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" inherit ruby-fakegem |