commit: a9394303a2f395c59728aa469ac4a66cb6e0f9a8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 05:08:34 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 05:08:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9394303
www-apps/nanoc-checking: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-apps/nanoc-checking/nanoc-checking-1.0.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-apps/nanoc-checking/nanoc-checking-1.0.6.ebuild b/www-apps/nanoc-checking/nanoc-checking-1.0.6.ebuild index f6818408c23d..5722954a45df 100644 --- a/www-apps/nanoc-checking/nanoc-checking-1.0.6.ebuild +++ b/www-apps/nanoc-checking/nanoc-checking-1.0.6.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" # Upstream has specs but they are not available in the gem and the # repository upstream is not tagged for this.
