From de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 26 May 2018 11:04:57 +0200 Subject: eclass: Remove remaining uses of epause and ebeep. These functions are long deprecated and only defined in EAPIs 0 to 2. --- eclass/kernel-2.eclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'eclass/kernel-2.eclass') diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 6ffbd37f300e..94937b6630ba 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -749,7 +749,6 @@ unpack_2_6() { touch .config eerror "make defconfig failed." eerror "assuming you dont have any headers installed yet and continuing" - epause 5 fi make -s include/linux/version.h ${xmakeopts} 2>/dev/null \ @@ -1607,7 +1606,6 @@ kernel-2_pkg_setup() { ewarn "Also be aware that bugreports about gcc-4 not working" ewarn "with linux-2.4 based ebuilds will be closed as INVALID!" echo - epause 10 fi fi -- cgit v1.2.3-65-gdbad