diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-23 09:33:24 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-23 10:45:39 -0400 |
commit | 03ce889da52d366181f143d1d467c7bfd25375cd (patch) | |
tree | bff5d8e856e539860a6d3cfbd8a8a7f0382a054b /app-vim/command-t | |
parent | media-video/mkvtoolnix: add live ebuild (diff) | |
download | gentoo-03ce889da52d366181f143d1d467c7bfd25375cd.tar.gz gentoo-03ce889da52d366181f143d1d467c7bfd25375cd.tar.bz2 gentoo-03ce889da52d366181f143d1d467c7bfd25375cd.zip |
app-vim/command-t: update supported ruby versions
ruby20 and ruby21 aren't supported anymore in the tree.
Diffstat (limited to 'app-vim/command-t')
-rw-r--r-- | app-vim/command-t/command-t-4.0.ebuild | 4 |
1 files 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 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 |