summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2006-03-03 21:04:58 +0000
committerJohn Mylchreest <johnm@gentoo.org>2006-03-03 21:04:58 +0000
commit83d09657fcb6f13b3538208538e0244bb9a4fb2d (patch)
tree63779af10358ab8c61fd36d213ed688f0dbcdeb8 /eclass/linux-mod.eclass
parentRemoved old versions and 0.30 to amd64 stable. (diff)
downloadgentoo-2-83d09657fcb6f13b3538208538e0244bb9a4fb2d.tar.gz
gentoo-2-83d09657fcb6f13b3538208538e0244bb9a4fb2d.tar.bz2
gentoo-2-83d09657fcb6f13b3538208538e0244bb9a4fb2d.zip
Fixes QA bug #124324, thanks Ciaran
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r--eclass/linux-mod.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index cf9da0b16afb..36337086d156 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.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/linux-mod.eclass,v 1.59 2006/03/03 20:57:15 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.60 2006/03/03 21:04:58 johnm Exp $
# Description: This eclass is used to interface with linux-info in such a way
# to provide the functionality required and initial functions
@@ -79,7 +79,7 @@
# documents for $modulename
-inherit linux-info
+inherit linux-info eutils
EXPORT_FUNCTIONS pkg_setup pkg_postinst src_install src_compile pkg_postrm
IUSE="" # don't put pcmcia here, rather in the ebuilds that actually support pcmcia
@@ -168,7 +168,7 @@ pcmcia_src_unpack() {
einfo "but you are not using the built-in PCMCIA support."
einfo "We will assume you know what you are doing, but please"
einfo "consider using the built in PCMCIA support instead."
- sleep 10
+ epause 10
unpack_pcmcia_sources ${pcmcia_tbz};
fi