commit: 2e3246a2c36594ec4ad7cb80443158dd84cc86d0 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jun 3 06:02:31 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jun 3 06:02:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3246a2
dev-ruby/treetop: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/treetop/treetop-1.6.14.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/treetop/treetop-1.6.14.ebuild b/dev-ruby/treetop/treetop-1.6.14.ebuild index cffde203c737..7532cd557221 100644 --- a/dev-ruby/treetop/treetop-1.6.14.ebuild +++ b/dev-ruby/treetop/treetop-1.6.14.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" @@ -19,9 +19,9 @@ HOMEPAGE="https://github.com/cjheath/treetop" SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT="0" -IUSE="" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="test" ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )" ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
