commit:     1d2ca24f2e6b5fa3844e4aac809026f5966ca4fa
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 11:58:39 2020 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 12:24:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2ca24f

app-editors/nedit: fix sed to use pipes

Closes: https://bugs.gentoo.org/711408
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 app-editors/nedit/nedit-5.7.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-editors/nedit/nedit-5.7.ebuild 
b/app-editors/nedit/nedit-5.7.ebuild
index 69f74a48710..25f9ab97f1d 100644
--- a/app-editors/nedit/nedit-5.7.ebuild
+++ b/app-editors/nedit/nedit-5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -35,16 +35,16 @@ src_prepare() {
        #respecting LDFLAGS, bug #208189
        default
        sed \
-               -e "s:bin/:${EPREFIX}/bin/:g" \
+               -e "s|bin/|${EPREFIX}/bin/|g" \
                -i Makefile source/preferences.c source/help_data.h 
source/nedit.c Xlt/Makefile || die
        sed \
-               -e "s:nc:neditc:g" -i doc/nc.pod || die
-       sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" -e "s:check_tif_rule::" \
+               -e "s|nc|neditc|g" -i doc/nc.pod || die
+       sed -i -e "s|CFLAGS=-O|CFLAGS=${CFLAGS}|" -e "s|check_tif_rule||" \
                makefiles/Makefile.linux || die
-       sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:"                  \
-                  -e "s:MOTIFDIR=/usr/local:MOTIFDIR=${EPREFIX}/usr:" \
-                  -e "s:-lX11:-lX11 -lXmu -liconv:"                   \
-                  -e "s:check_tif_rule::"                             \
+       sed -i -e "s|CFLAGS=-O|CFLAGS=${CFLAGS}|"                  \
+                  -e "s|MOTIFDIR=/usr/local|MOTIFDIR=${EPREFIX}/usr|" \
+                  -e "s|-lX11|-lX11 -lXmu -liconv|"                   \
+                  -e "s|check_tif_rule||"                             \
                makefiles/Makefile.macosx || die
 }
 

Reply via email to