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/linux-info.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/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 035b722e2d6d..dd62b26855d2 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: linux-info.eclass @@ -914,7 +914,6 @@ linux-info_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 |