From 8ea203211dbd883c435bbe5d6cd54702f2587f7f Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 1 Nov 2024 10:49:54 +0100 Subject: [PATCH] app-vim/command-t: enable ruby33 Signed-off-by: Hans de Graaff --- app-vim/command-t/command-t-5.0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/command-t/command-t-5.0.3-r1.ebuild b/app-vim/command-t/command-t-5.0.3-r1.ebuild index d5cf40b7a9881..fe6e773d0b2f8 100644 --- a/app-vim/command-t/command-t-5.0.3-r1.ebuild +++ b/app-vim/command-t/command-t-5.0.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" inherit vim-plugin ruby-ng