diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-22 23:17:27 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-22 23:17:27 +0000 |
commit | b2f58119a8b582a06d1b012dcdaca5eac6ef3b4b (patch) | |
tree | bf8e839594a38660029d35f9a12722535a2df692 /app-editors | |
parent | In consultation with blueness, and per user requests, revert to using alyesco... (diff) | |
download | gentoo-2-b2f58119a8b582a06d1b012dcdaca5eac6ef3b4b.tar.gz gentoo-2-b2f58119a8b582a06d1b012dcdaca5eac6ef3b4b.tar.bz2 gentoo-2-b2f58119a8b582a06d1b012dcdaca5eac6ef3b4b.zip |
Add ruby:2.2 and drop ruby:1.9 support.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index be07cb4d4c21..861d3d5fe897 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.486 2015/01/06 00:18:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.487 2015/01/22 23:17:27 radhermit Exp $ + + 22 Jan 2015; Tim Harder <radhermit@gentoo.org> vim-9999.ebuild: + Add ruby:2.2 and drop ruby:1.9 support. 06 Jan 2015; Tim Harder <radhermit@gentoo.org> vim-9999.ebuild: Sync KEYWORDS and remove old EAPI specific EROOT fallback. diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 276e795d4864..4c931618c8dc 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.23 2015/01/06 00:18:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.24 2015/01/22 23:17:27 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -49,7 +49,7 @@ RDEPEND=" perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) racket? ( dev-scheme/racket ) - ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) + ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) tcl? ( dev-lang/tcl ) X? ( x11-libs/libXt ) |