diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-05-03 06:17:24 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-05-03 06:17:24 +0200 |
commit | 911218ee19733a9d89186a9ef145be70b3141342 (patch) | |
tree | b8197b2a9ff93c028ab4321f2021d020bc7583f1 /dev-ruby/kramdown-syntax-coderay | |
parent | net-misc/curl: disable new msh3 (diff) | |
download | gentoo-911218ee19733a9d89186a9ef145be70b3141342.tar.gz gentoo-911218ee19733a9d89186a9ef145be70b3141342.tar.bz2 gentoo-911218ee19733a9d89186a9ef145be70b3141342.zip |
dev-ruby/kramdown-syntax-coderay: enable ruby30 and disable ruby25
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 f5d42549f182..08194eeeb809 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" inherit ruby-fakegem |