commit: e639717c5b7b0577f86632c204f0969a048f1cfd Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Apr 27 06:32:24 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Apr 27 07:42:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e639717c
app-vim/command-t: enable ruby31, ruby32 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 88a26579c200..d5cf40b7a988 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-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit vim-plugin ruby-ng
