summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2010-07-15 13:11:50 +0000
committerJim Ramsay <lack@gentoo.org>2010-07-15 13:11:50 +0000
commit170ff17b2685423cb06c2acad6b1d79df49868bf (patch)
tree1f3b00eab32226839e02c43dafde0b74a60e2d23 /eclass
parentVersion bumps (diff)
downloadgentoo-2-170ff17b2685423cb06c2acad6b1d79df49868bf.tar.gz
gentoo-2-170ff17b2685423cb06c2acad6b1d79df49868bf.tar.bz2
gentoo-2-170ff17b2685423cb06c2acad6b1d79df49868bf.zip
Removing now-deprecated epause from vim.eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 11131f48a44c..69fdcdff97ae 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.187 2010/06/09 18:35:45 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.188 2010/07/15 13:11:50 lack Exp $
# Authors:
# Jim Ramsay <i.am@gentoo.org>
@@ -774,9 +774,6 @@ vim_src_test() {
# We don't want to rebuild vim before running the tests
sed -i -e 's,: \$(VIMPROG),: ,' Makefile
- # Give the user time to read the "what to do if these break" messages
- epause 10
-
# Don't try to do the additional GUI test
make VIMPROG=${testprog} nongui \
|| die "At least one test failed"