From 2e853954c94742c0cc03612aebc091e724656d43 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 20 Mar 2020 17:12:45 -0400 Subject: [PATCH] fixheadtails.eclass: drop the sed dependency Signed-off-by: David Michael Signed-off-by: Mike Gilbert --- eclass/fixheadtails.eclass | 4 +--- 1 file changed, 1 insertion(+), 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 # @BLURB: functions to replace obsolete head/tail with POSIX compliant ones -DEPEND=">=sys-apps/sed-4" - _do_sed_fix() { einfo " - fixed $1" sed -i \ -- 2.26.2