summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 02:34:41 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 02:34:41 +0000
commit5a70f61eb414f8f3dd921846b2233293812953fd (patch)
tree605a2723c2fdf0b9a377290cb44289435b6afe7c /eclass
parentAdded patch from 1.00.3-r1 to 1.00.3-r2 that fixes compile errors with linux2... (diff)
downloadgentoo-2-5a70f61eb414f8f3dd921846b2233293812953fd.tar.gz
gentoo-2-5a70f61eb414f8f3dd921846b2233293812953fd.tar.bz2
gentoo-2-5a70f61eb414f8f3dd921846b2233293812953fd.zip
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 65705a8b841a..8cd060feb1fb 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.66 2004/09/01 03:30:29 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.67 2004/09/06 02:34:41 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -415,7 +415,7 @@ src_test() {
ewarn "If the tests fail, your terminal may be left in a strange "
ewarn "state. Usually, running 'reset' will fix this."
ewarn " "
- sleep 5
+ epause 5
# Don't let vim talk to X
unset DISPLAY