commit: 98b4369ac2bb1671b57ca869d784c972b36bd74e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 05:05:48 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=98b4369a
www-apps/nanoc-spec: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild b/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild index b00e6c170384..0a73dab8df02 100644 --- a/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild +++ b/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="none" @@ -14,8 +15,8 @@ DESCRIPTION="Provides Nanoc::Spec, containing functionality for writing tests fo HOMEPAGE="https://nanoc.app/" LICENSE="MIT" -KEYWORDS="~amd64 ~riscv" SLOT="0" +KEYWORDS="~amd64 ~riscv" IUSE="${IUSE} minimal" ruby_add_rdepend "
