diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-10-06 08:33:51 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-10-06 09:40:11 +0200 |
commit | 230d91595c5ed90360dc999d1cdf0935b40b845c (patch) | |
tree | 36610450d74609c799be25e79c179196bac66353 /app-text/webgen | |
parent | app-text/webgen: drop 1.7.2 (diff) | |
download | gentoo-230d91595c5ed90360dc999d1cdf0935b40b845c.tar.gz gentoo-230d91595c5ed90360dc999d1cdf0935b40b845c.tar.bz2 gentoo-230d91595c5ed90360dc999d1cdf0935b40b845c.zip |
app-text/webgen: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-text/webgen')
-rw-r--r-- | app-text/webgen/webgen-1.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/webgen/webgen-1.7.3.ebuild b/app-text/webgen/webgen-1.7.3.ebuild index c630a650eedd..57b755250592 100644 --- a/app-text/webgen/webgen-1.7.3.ebuild +++ b/app-text/webgen/webgen-1.7.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_DOC="task" RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc" |