commit: 21276252c20857cadf8bdbc2a50ead59e28f3643
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 04:31:03 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 04:44:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21276252
dev-ruby/gettext-setup: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/gettext-setup/gettext-setup-1.1.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/gettext-setup/gettext-setup-1.1.0.ebuild
b/dev-ruby/gettext-setup/gettext-setup-1.1.0.ebuild
index fbbb897f2558..0b27f73d986c 100644
--- a/dev-ruby/gettext-setup/gettext-setup-1.1.0.ebuild
+++ b/dev-ruby/gettext-setup/gettext-setup-1.1.0.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="rspec3"
@@ -20,7 +21,7 @@ RUBY_S="${PN}-gem-${PV}"
LICENSE="Apache-2.0"
SLOT="$(ver_cut 1)"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
-IUSE=""
+IUSE="test"
RDEPEND+=" dev-vcs/git"
DEPEND+=" test? ( dev-vcs/git )"