commit: ca1b4b22916f52b3d19a0262d6b99cc43f775bc8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 19:20:57 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 19:21:58 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca1b4b22
app-editors/vim-qt: EAPI 6
Package-Manager: portage-2.3.2
app-editors/vim-qt/vim-qt-99999999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-editors/vim-qt/vim-qt-99999999.ebuild
b/app-editors/vim-qt/vim-qt-99999999.ebuild
index 7443cd1..a4ecc62 100644
--- a/app-editors/vim-qt/vim-qt-99999999.ebuild
+++ b/app-editors/vim-qt/vim-qt-99999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="threads"
@@ -58,6 +58,7 @@ pkg_setup() {
}
src_prepare() {
+ default
# Read vimrc from /etc/vim/
echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >>
"${S}"/src/feature.h
}