diff options
Diffstat (limited to 'app-editors/vim/vim-9999.ebuild')
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 72927c9d8a35..bc0ca8d5b824 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -3,8 +3,8 @@ # $Id$ EAPI=6 -VIM_VERSION="7.4" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +VIM_VERSION="8.0" +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) PYTHON_REQ_USE=threads inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 python-r1 @@ -134,7 +134,7 @@ src_prepare() { "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed' fi - default + eapply_user } src_configure() { @@ -237,10 +237,10 @@ src_configure() { ) fi - # Let Portage do the stripping. Some people like that. + # let package manager strip binaries export ac_cv_prog_STRIP="$(type -P true ) faking strip" - # Keep Gentoo Prefix env contained within the EPREFIX + # keep prefix env contained within the EPREFIX use prefix && myconf+=( --without-local-dir ) econf \ |