diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-16 10:56:30 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-17 09:37:24 +0100 |
commit | 79b20185894696c1b07f06b8eaf98314493bf73e (patch) | |
tree | e5b7a7c989f90ecca4758868f942f93e5d8ef16c | |
parent | dev-ruby/acme-client: enable ruby30 and disable ruby26 (diff) | |
download | gentoo-79b20185894696c1b07f06b8eaf98314493bf73e.tar.gz gentoo-79b20185894696c1b07f06b8eaf98314493bf73e.tar.bz2 gentoo-79b20185894696c1b07f06b8eaf98314493bf73e.zip |
app-text/webgen: enable ruby30 and disable ruby26
Closes: https://bugs.gentoo.org/864154
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | app-text/webgen/webgen-1.7.2.ebuild | 7 |
1 files 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() { |