commit: d947054c91092e3927667a3e680fc66f68c36c56
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 00:14:24 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 00:14:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d947054c
app-editors/vim-core: forgot about 9999 for vimrc-r5
Package-Manager: portage-2.3.1
app-editors/vim-core/vim-core-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/vim-core/vim-core-9999.ebuild
b/app-editors/vim-core/vim-core-9999.ebuild
index f4f2539..b270bdd 100644
--- a/app-editors/vim-core/vim-core-9999.ebuild
+++ b/app-editors/vim-core/vim-core-9999.ebuild
@@ -172,7 +172,7 @@ src_install() {
# default vimrc is installed by vim-core since it applies to
# both vim and gvim
insinto /etc/vim/
- newins "${FILESDIR}"/vimrc-r4 vimrc
+ newins "${FILESDIR}"/vimrc-r5 vimrc
eprefixify "${ED}"/etc/vim/vimrc
if use minimal ; then