From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D417A138330 for ; Thu, 13 Oct 2016 08:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E40FE0BE7; Thu, 13 Oct 2016 08:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0458AE0BE7 for ; Thu, 13 Oct 2016 08:23:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BA06341265 for ; Thu, 13 Oct 2016 08:23:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B62712F6 for ; Thu, 13 Oct 2016 08:23:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1476346943.a8b4d6695d6d05156145caacb3273ddd7d0870e0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/boost-build/boost-build-1.62.0-r1.ebuild X-VCS-Directories: dev-util/boost-build/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a8b4d6695d6d05156145caacb3273ddd7d0870e0 X-VCS-Branch: master Date: Thu, 13 Oct 2016 08:23:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23b64e67-246e-4cda-ba4e-260d090f5621 X-Archives-Hash: c46425ca909eaecc86cfbf8bb70917d7 commit: a8b4d6695d6d05156145caacb3273ddd7d0870e0 Author: Sergey Alirzaev gmail com> AuthorDate: Tue Oct 11 20:45:44 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Oct 13 08:22:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b4d669 dev-util/boost-build: remove seemingly harmful -p (#588712) Closes: https://github.com/gentoo/gentoo/pull/2529 Signed-off-by: David Seifert gentoo.org> dev-util/boost-build/boost-build-1.62.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index cac6bf3..63966dd 100644 --- a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild +++ b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild @@ -51,7 +51,7 @@ pkg_setup() { } src_unpack() { - tar xjpf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed" + tar xjf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed" } src_prepare() {