commit: 79b20185894696c1b07f06b8eaf98314493bf73e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Dec 16 09:56:30 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Dec 17 08:37:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b20185
app-text/webgen: enable ruby30 and disable ruby26 Closes: https://bugs.gentoo.org/864154 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> app-text/webgen/webgen-1.7.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-text/webgen/webgen-1.7.2.ebuild b/app-text/webgen/webgen-1.7.2.ebuild index 6dd141bf8cc1..10ee616bc170 100644 --- a/app-text/webgen/webgen-1.7.2.ebuild +++ b/app-text/webgen/webgen-1.7.2.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="ruby26 ruby27" +USE_RUBY="ruby27 ruby30" RUBY_FAKEGEM_RECIPE_DOC="task" RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc" @@ -43,6 +43,9 @@ all_ruby_prepare() { # Avoid tests for unpackaged dependencies rm -f test/webgen/content_processor/test_{css_minify,tikz}.rb || die + + # Avoid tests failing with newer Psych versions + rm -f test/test_documentation.rb || die } all_ruby_install() {
