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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49BBC158095 for ; Sun, 4 Sep 2022 11:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37EC9E0718; Sun, 4 Sep 2022 11:20:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FD8EE0718 for ; Sun, 4 Sep 2022 11:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29414340E5C for ; Sun, 4 Sep 2022 11:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870F55B2 for ; Sun, 4 Sep 2022 11:20: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: <1662290434.d8ab06ad9f6f865b9488e7ac8655f2b2606641ef.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/b2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/b2/b2-4.9.2.ebuild X-VCS-Directories: dev-util/b2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d8ab06ad9f6f865b9488e7ac8655f2b2606641ef X-VCS-Branch: master Date: Sun, 4 Sep 2022 11:20: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80087f63-f877-4cb9-9719-c82ba39c1f46 X-Archives-Hash: 30c31f5f18ceec58f7941f9e3cb61ccf commit: d8ab06ad9f6f865b9488e7ac8655f2b2606641ef Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 11:20:34 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 4 11:20:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ab06ad dev-util/b2: use edo Signed-off-by: David Seifert gentoo.org> dev-util/b2/b2-4.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/b2/b2-4.9.2.ebuild b/dev-util/b2/b2-4.9.2.ebuild index 87941672b2d5..4ba3473c4327 100644 --- a/dev-util/b2/b2-4.9.2.ebuild +++ b/dev-util/b2/b2-4.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic toolchain-funcs +inherit edo flag-o-matic toolchain-funcs MY_PV="$(ver_rs 1- _)" @@ -36,7 +36,7 @@ src_configure() { src_compile() { cd engine || die - ${CONFIG_SHELL:-${BASH}} ./build.sh cxx --cxx="$(tc-getCXX)" --cxxflags="${CXXFLAGS}" -d+2 --without-python || die "building b2 failed" + edo ${CONFIG_SHELL:-${BASH}} ./build.sh cxx --cxx="$(tc-getCXX)" --cxxflags="${CXXFLAGS}" -d+2 --without-python } src_test() {