diff options
author | 2018-04-12 01:28:39 -0400 | |
---|---|---|
committer | 2018-04-12 01:45:28 -0400 | |
commit | 4479e366a1cb19fb779342a931ed9eee7374339d (patch) | |
tree | 5906e269307f2c0af7b8d4b88493d2491be6f893 /app-editors/vim/vim-9999.ebuild | |
parent | app-editors/vim-core: version bump to 8.0.1699 (diff) | |
download | gentoo-4479e366a1cb19fb779342a931ed9eee7374339d.tar.gz gentoo-4479e366a1cb19fb779342a931ed9eee7374339d.tar.bz2 gentoo-4479e366a1cb19fb779342a931ed9eee7374339d.zip |
app-editors/vim: version bump to 8.0.1699
Move to using ruby-single eclass for ruby deps.
Diffstat (limited to 'app-editors/vim/vim-9999.ebuild')
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 01f04731da4a..1fdeedc42c87 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -4,8 +4,10 @@ EAPI=6 VIM_VERSION="8.0" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -PYTHON_REQ_USE=threads -inherit vim-doc flag-o-matic versionator bash-completion-r1 python-single-r1 +PYTHON_REQ_USE="threads" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" + +inherit vim-doc flag-o-matic versionator bash-completion-r1 python-single-r1 ruby-single if [[ ${PV} == 9999* ]] ; then inherit git-r3 @@ -45,7 +47,7 @@ RDEPEND=" perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) racket? ( dev-scheme/racket ) - ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) ) + ruby? ( ${RUBY_DEPS} ) selinux? ( sys-libs/libselinux ) tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) |