commit: 45adf74afd18b5d919dd566a35d645c14f409afc Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Aug 11 05:19:46 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Aug 12 06:16:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45adf74a
dev-ruby/rgl: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rgl/rgl-0.6.6.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rgl/rgl-0.6.6.ebuild b/dev-ruby/rgl/rgl-0.6.6.ebuild index 3beff03442d9..54087220a502 100644 --- a/dev-ruby/rgl/rgl-0.6.6.ebuild +++ b/dev-ruby/rgl/rgl-0.6.6.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_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_GEMSPEC="rgl.gemspec" @@ -16,7 +17,7 @@ SRC_URI="https://github.com/monora/rgl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="" +IUSE="test" DEPEND+=" test? ( media-gfx/graphviz )"
