commit:     e21b930ffa5d99b7ed1079730f3dc9c859a2fbb2
Author:     Marcus Comstedt <marcus <AT> mc <DOT> pp <DOT> se>
AuthorDate: Sat Aug 10 19:35:26 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 19:35:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21b930f

dev-util/boost-build: Make sed more robust

Closes: https://bugs.gentoo.org/689278
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/boost-build/boost-build-1.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.70.0.ebuild 
b/dev-util/boost-build/boost-build-1.70.0.ebuild
index 954e06df945..fd6a1f8d226 100644
--- a/dev-util/boost-build/boost-build-1.70.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.70.0.ebuild
@@ -65,7 +65,7 @@ src_prepare() {
        cd "${S}/engine" || die
        sed -i \
                -e 's|-s\b||' \
-               -e "/libpython/s/lib ]/$(get_libdir) ]/" \
+               -e "/libpython/s;lib ];$(get_libdir) ];" \
                build.jam || die "sed failed"
 
        # Force regeneration

Reply via email to