commit: 298f9b4df41e2c930097fc46d5e44d6233569301 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Apr 8 05:26:11 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Apr 8 05:32:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f9b4d
dev-ruby/html2haml: enable ruby30 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/html2haml/html2haml-2.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/html2haml/html2haml-2.2.0-r1.ebuild b/dev-ruby/html2haml/html2haml-2.2.0-r1.ebuild index c66f4f8eaa9c..99cad3b03a7b 100644 --- a/dev-ruby/html2haml/html2haml-2.2.0-r1.ebuild +++ b/dev-ruby/html2haml/html2haml-2.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# 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_EXTRADOC="README.md Changelog.markdown" RUBY_FAKEGEM_RECIPE_DOC="yard"
