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: Thu, 13 Oct 2016 08:23:47
Message-Id: 1476346943.a8b4d6695d6d05156145caacb3273ddd7d0870e0.soap@gentoo
1 commit: a8b4d6695d6d05156145caacb3273ddd7d0870e0
2 Author: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 11 20:45:44 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 08:22:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b4d669
7
8 dev-util/boost-build: remove seemingly harmful -p (#588712)
9
10 Closes: https://github.com/gentoo/gentoo/pull/2529
11
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-util/boost-build/boost-build-1.62.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
18 index cac6bf3..63966dd 100644
19 --- a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
20 +++ b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
21 @@ -51,7 +51,7 @@ pkg_setup() {
22 }
23
24 src_unpack() {
25 - tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
26 + tar xjf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
27 }
28
29 src_prepare() {