Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/
Date: Sat, 10 Aug 2019 19:35:55
Message-Id: 1565465726.e21b930ffa5d99b7ed1079730f3dc9c859a2fbb2.soap@gentoo
1 commit: e21b930ffa5d99b7ed1079730f3dc9c859a2fbb2
2 Author: Marcus Comstedt <marcus <AT> mc <DOT> pp <DOT> se>
3 AuthorDate: Sat Aug 10 19:35:26 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 19:35:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21b930f
7
8 dev-util/boost-build: Make sed more robust
9
10 Closes: https://bugs.gentoo.org/689278
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-util/boost-build/boost-build-1.70.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/boost-build/boost-build-1.70.0.ebuild b/dev-util/boost-build/boost-build-1.70.0.ebuild
18 index 954e06df945..fd6a1f8d226 100644
19 --- a/dev-util/boost-build/boost-build-1.70.0.ebuild
20 +++ b/dev-util/boost-build/boost-build-1.70.0.ebuild
21 @@ -65,7 +65,7 @@ src_prepare() {
22 cd "${S}/engine" || die
23 sed -i \
24 -e 's|-s\b||' \
25 - -e "/libpython/s/lib ]/$(get_libdir) ]/" \
26 + -e "/libpython/s;lib ];$(get_libdir) ];" \
27 build.jam || die "sed failed"
28
29 # Force regeneration