commit: 3ab52acd7e75636cbaf749579a5684e48af14b73 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jun 25 05:48:37 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 25 05:51:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab52acd
www-apps/nanoc-checking: enable ruby31 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild b/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild index 8128dda38151..32a6a8ae55f4 100644 --- a/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild +++ b/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby30 ruby31" # Upstream has specs but they are not available in the gem and the # repository upstream is not tagged for this.
