diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-26 11:04:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-05-31 13:24:11 +0200 |
commit | de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1 (patch) | |
tree | c66700c9baa0553b82926b6f2d329c108176a846 /eclass/kernel-2.eclass | |
parent | games-strategy/wesnoth: new wesnothd.rc file for 1.14 (diff) | |
download | gentoo-de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1.tar.gz gentoo-de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1.tar.bz2 gentoo-de326e9375f68d8fd83d85a9fccc7ef2b3b19eb1.zip |
eclass: Remove remaining uses of epause and ebeep.
These functions are long deprecated and only defined in EAPIs 0 to 2.
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
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 |