commit:     ef388797a005f86c7dbf26d694c8a2cb7bba6fd8
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 13:05:44 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 13:31:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef388797

app-misc/tdfsb: fix bad sed delimiter

Closes: https://bugs.gentoo.org/710798
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild 
b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
index d72bf18bae3..a624e018c08 100644
--- a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
+++ b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
                "${FILESDIR}"/${P}-debugging.patch \
                "${FILESDIR}"/${P}-format-security.patch
 
-       sed -i -e "s:-O2:${CFLAGS} ${LDFLAGS}:" \
+       sed -i -e "s|-O2|${CFLAGS} ${LDFLAGS}|" \
                -e "s:gcc:$(tc-getCC):" "${S}"/compile.sh || die
 }
 

Reply via email to