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 3DA3E158094 for ; Thu, 30 Jun 2022 17:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 548C8E0BD2; Thu, 30 Jun 2022 17:39:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3CE0DE0BD2 for ; Thu, 30 Jun 2022 17:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6663334192E for ; Thu, 30 Jun 2022 17:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B233751E for ; Thu, 30 Jun 2022 17:39:41 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656568804.9228cc58d0ff44a3c82fee30c56fbf9d4aae540e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/nimble.eclass X-VCS-Directories: eclass/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9228cc58d0ff44a3c82fee30c56fbf9d4aae540e X-VCS-Branch: master Date: Thu, 30 Jun 2022 17:39:41 +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: b995eaee-3285-4fd3-a2ed-91d1e8a23a25 X-Archives-Hash: 22efea7a40a0a98d76801e7a9060f3cf commit: 9228cc58d0ff44a3c82fee30c56fbf9d4aae540e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jun 29 20:26:52 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 30 06:00:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9228cc58 nimble.eclass: drop edo Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/nimble.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass index 60bd28689..4c80bd2a9 100644 --- a/eclass/nimble.eclass +++ b/eclass/nimble.eclass @@ -57,7 +57,7 @@ if [[ ! ${_NIMBLE_ECLASS} ]]; then # Force ninja because samu doesn't work correctly. NINJA="ninja" -inherit edo nim-utils ninja-utils +inherit nim-utils ninja-utils BDEPEND="${NINJA_DEPEND} dev-lang/nim @@ -138,7 +138,9 @@ nimble_src_configure() { "${mynimargs[@]}" ) - edo nimbus "${nimbusargs[@]}" "${S}" "${BUILD_DIR}" + set -- nimbus "${nimbusargs[@]}" "${S}" "${BUILD_DIR}" + echo "${@}" >&2 + "${@}" || die "${*} failed" } # @FUNCTION: nimble_build