commit:     03ce889da52d366181f143d1d467c7bfd25375cd
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 13:33:24 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 14:45:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ce889d

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(-)

diff --git a/app-vim/command-t/command-t-4.0.ebuild 
b/app-vim/command-t/command-t-4.0.ebuild
index e4769e6c9c1..2fd8e262124 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
 

Reply via email to