commit:     cde4c3bbdd4975a33d7e0a4ef37727ca5c90d463
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 14:05:03 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 14:11:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde4c3bb

dev-libs/libmoe: fix sed

Closes: https://bugs.gentoo.org/710562
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-libs/libmoe/libmoe-1.5.8-r3.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild 
b/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild
index 41ed7a8019e..b9af0de0382 100644
--- a/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild
+++ b/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild
@@ -27,10 +27,10 @@ src_prepare() {
        default
 
        sed -i \
-               -e "/^PREFIX=/s:=.*:=${EPREFIX}/usr:" \
-               -e "/^LIBSODIR=/s:=.*:=\$\{PREFIX}/$(get_libdir):" \
-               -e "/^MANDIR=/s:=.*:=\$\{PREFIX}/share/man:" \
-               -e "s:=gcc:=$(tc-getCC):" \
-               -e "/^AR=/s:=ar:=$(tc-getAR):" \
+               -e "/^PREFIX=/s|=.*|=${EPREFIX}/usr|" \
+               -e "/^LIBSODIR=/s|=.*|=\${PREFIX}/$(get_libdir)|" \
+               -e "/^MANDIR=/s|=.*|=\${PREFIX}/share/man|" \
+               -e "s|=gcc|=$(tc-getCC)|" \
+               -e "/^AR=/s|=ar|=$(tc-getAR)|" \
                Makefile || die
 }

Reply via email to