diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-03-20 17:12:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-03-25 13:47:56 -0400 |
commit | 2e853954c94742c0cc03612aebc091e724656d43 (patch) | |
tree | 38f28d2746be8409253daf6e0122b143bf45ee38 /eclass/fixheadtails.eclass | |
parent | sys-kernel/vanilla-sources: Automated version bump to 5.5.13 - remove old. (diff) | |
download | gentoo-2e853954c94742c0cc03612aebc091e724656d43.tar.gz gentoo-2e853954c94742c0cc03612aebc091e724656d43.tar.bz2 gentoo-2e853954c94742c0cc03612aebc091e724656d43.zip |
fixheadtails.eclass: drop the sed dependency
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass/fixheadtails.eclass')
-rw-r--r-- | eclass/fixheadtails.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/fixheadtails.eclass b/eclass/fixheadtails.eclass index c19d33924aab..475b182843a5 100644 --- a/eclass/fixheadtails.eclass +++ b/eclass/fixheadtails.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: fixheadtails.eclass @@ -8,8 +8,6 @@ # Original author John Mylchreest <johnm@gentoo.org> # @BLURB: functions to replace obsolete head/tail with POSIX compliant ones -DEPEND=">=sys-apps/sed-4" - _do_sed_fix() { einfo " - fixed $1" sed -i \ |