From 03ce889da52d366181f143d1d467c7bfd25375cd Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 23 Aug 2017 09:33:24 -0400 Subject: app-vim/command-t: update supported ruby versions ruby20 and ruby21 aren't supported anymore in the tree. --- app-vim/command-t/command-t-4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim') diff --git a/app-vim/command-t/command-t-4.0.ebuild b/app-vim/command-t/command-t-4.0.ebuild index e4769e6c9c1b..2fd8e262124a 100644 --- a/app-vim/command-t/command-t-4.0.ebuild +++ b/app-vim/command-t/command-t-4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby22 ruby23 ruby24" inherit vim-plugin ruby-ng -- cgit v1.2.3-65-gdbad