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 7A773138359 for ; Fri, 9 Oct 2020 14:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD877E0819; Fri, 9 Oct 2020 14:54:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93457E0819 for ; Fri, 9 Oct 2020 14:54:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 323C4340F64 for ; Fri, 9 Oct 2020 14:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974972EE for ; Fri, 9 Oct 2020 14:54:36 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1602255237.eb51e7d7f6a5c30fc67e3fe13df25681d329a5d6.amadio@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.74.0.ebuild X-VCS-Directories: dev-util/boost-build/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: eb51e7d7f6a5c30fc67e3fe13df25681d329a5d6 X-VCS-Branch: master Date: Fri, 9 Oct 2020 14:54:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 306c4a8f-85e1-49eb-9502-ceda45ec02ad X-Archives-Hash: f3abbc138e1599c6970f59e608c00d54 commit: eb51e7d7f6a5c30fc67e3fe13df25681d329a5d6 Author: Guilherme Amadio gentoo org> AuthorDate: Fri Oct 9 14:53:57 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Oct 9 14:53:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb51e7d7 dev-util/boost-build: remove hprefixify for non-existent file Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Guilherme Amadio gentoo.org> dev-util/boost-build/boost-build-1.74.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/boost-build/boost-build-1.74.0.ebuild b/dev-util/boost-build/boost-build-1.74.0.ebuild index 40e1b4993f7..8801fdb3a59 100644 --- a/dev-util/boost-build/boost-build-1.74.0.ebuild +++ b/dev-util/boost-build/boost-build-1.74.0.ebuild @@ -40,7 +40,6 @@ src_prepare() { } src_configure() { - hprefixify engine/Jambase tc-export CXX }