commit: 8ea203211dbd883c435bbe5d6cd54702f2587f7f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 1 09:49:54 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 1 09:59:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea20321
app-vim/command-t: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> 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 d5cf40b7a988..fe6e773d0b2f 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
