commit:     09cd5f6959430ae85e157d40cfba21a33a4d6ae7
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 23:11:25 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 23:11:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09cd5f69

app-misc/birthday: replace sed delimiter.

replace : with @.

Closes: https://bugs.gentoo.org/710950
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-misc/birthday/birthday-1.6.2-r1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-misc/birthday/birthday-1.6.2-r1.ebuild 
b/app-misc/birthday/birthday-1.6.2-r1.ebuild
index 94556795d5e..aa948380009 100644
--- a/app-misc/birthday/birthday-1.6.2-r1.ebuild
+++ b/app-misc/birthday/birthday-1.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,10 +16,12 @@ KEYWORDS="amd64 ppc ppc64 sparc x86"
 src_prepare() {
        # Don't strip, install in correct share dir and respect CFLAGS
        sed \
-               -e "s:install -s:install:g" -e "s:#SHARE:SHARE:g" -e 
"s:-O2:${CFLAGS}:g" \
+               -e "s@install -s@install@g" \
+               -e "s@#SHARE@SHARE@g" \
+               -e "s@-O2@${CFLAGS}@g" \
                -i Makefile || die
        sed \
-               -e 's:grep -v:grep --binary-files=text -v:g' \
+               -e 's@grep -v@grep --binary-files=text -v@g' \
                -i runtest.sh || die
 
        default

Reply via email to