diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-02-27 19:46:56 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-02-27 19:56:20 -0500 |
commit | 77dea0c43e6d6aca9c6eb6ba659a41d6df6d61c3 (patch) | |
tree | 8cc0de318ae732431a6ec87107fd029a1bc70a7b /app-editors/gvim/gvim-9999.ebuild | |
parent | app-editors/vim: version bump to 8.0.0386 (diff) | |
download | gentoo-77dea0c43e6d6aca9c6eb6ba659a41d6df6d61c3.tar.gz gentoo-77dea0c43e6d6aca9c6eb6ba659a41d6df6d61c3.tar.bz2 gentoo-77dea0c43e6d6aca9c6eb6ba659a41d6df6d61c3.zip |
app-editors/gvim: version bump to 8.0.0386
Diffstat (limited to 'app-editors/gvim/gvim-9999.ebuild')
-rw-r--r-- | app-editors/gvim/gvim-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 7eb16ff473e7..d4dcb7eea078 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV} else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz - https://dev.gentoo.org/~radhermit/vim/vim-7.4.2102-gentoo-patches.tar.bz2" + https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi @@ -71,7 +71,7 @@ RDEPEND=" perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) racket? ( dev-scheme/racket ) - ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) + ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= ) |