commit: 70736f132fd288c03a57a7c60e055f7ed647ca41 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Apr 1 19:13:51 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Apr 1 19:13:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70736f13
dev-ruby/temple: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/temple/temple-0.10.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/temple/temple-0.10.3.ebuild b/dev-ruby/temple/temple-0.10.3.ebuild index b7199e2c5b48..fce5503a10c3 100644 --- a/dev-ruby/temple/temple-0.10.3.ebuild +++ b/dev-ruby/temple/temple-0.10.3.ebuild @@ -1,8 +1,8 @@ -# 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="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md" RUBY_FAKEGEM_GEMSPEC="temple.gemspec" @@ -17,7 +17,7 @@ SRC_URI="https://github.com/judofyr/temple/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0.7" KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" -IUSE="" +IUSE="test" ruby_add_bdepend "test? ( dev-ruby/erubi
