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 E8A83158086 for ; Wed, 27 Oct 2021 08:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D07E0824; Wed, 27 Oct 2021 08:55:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4C24E0824 for ; Wed, 27 Oct 2021 08:55:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C960B343711 for ; Wed, 27 Oct 2021 08:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F60E89 for ; Wed, 27 Oct 2021 08:55:20 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1635323235.748fcd09f89d10b8cf85d11dc574aad3896281d9.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/emerge-wrapper X-VCS-Directories: wrappers/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 748fcd09f89d10b8cf85d11dc574aad3896281d9 X-VCS-Branch: master Date: Wed, 27 Oct 2021 08:55:20 +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: b93e6220-b7e3-42ee-ba5f-2a654c80336c X-Archives-Hash: 2f16c32172d10c02537077ae48d46cbc commit: 748fcd09f89d10b8cf85d11dc574aad3896281d9 Author: Mike Frysinger gentoo org> AuthorDate: Wed Oct 27 08:27:15 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Oct 27 08:27:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=748fcd09 wrappers: add an ebuild helper too Signed-off-by: Mike Frysinger gentoo.org> wrappers/emerge-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper index d8c6537..57e26c3 100755 --- a/wrappers/emerge-wrapper +++ b/wrappers/emerge-wrapper @@ -95,7 +95,7 @@ cross_wrap_bin() pushd "${0%/*}" >/dev/null local wrapper - for wrapper in emerge fix-root pkg-config ; do + for wrapper in build emerge fix-root pkg-config ; do ln -sf cross-${wrapper} ${CHOST}-${wrapper} done # some people like their tab completion