commit: 6cbc2c5eae311f4a6658877e1a333b826232e77b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Apr 28 08:35:04 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Apr 28 08:35:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbc2c5e
www-apps/nanoc-deploying: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild index c3bc114de4e2..581d016f0e25 100644 --- a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild +++ b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" # Upstream has specs but they are not available in the gem and the # repository upstream is not tagged for this.
