commit: 8451bfe0557b549d4fd47d8060c1e7693d714a78 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jul 31 05:13:47 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Jul 31 05:13:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8451bfe0
dev-ruby/tty-prompt: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild b/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild index c23b7cbd513a..9469d1f0e1bc 100644 --- a/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild +++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1-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="rspec3" @@ -19,7 +20,6 @@ SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" ruby_add_rdepend " >=dev-ruby/pastel-0.8:0
