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 22CAF158094 for ; Wed, 20 Jul 2022 09:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CF1FE0C3F; Wed, 20 Jul 2022 09:35:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BB18E0C3F for ; Wed, 20 Jul 2022 09:35:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5497B34085A for ; Wed, 20 Jul 2022 09:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D7854D for ; Wed, 20 Jul 2022 09:35:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1658210266.d7803c78b4f9b2a711a66a56378e1ce6df150afe.andrewammerlaan@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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d7803c78b4f9b2a711a66a56378e1ce6df150afe X-VCS-Branch: master Date: Wed, 20 Jul 2022 09:35:15 +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: 055b9b32-0979-47f4-b35e-18d1e792bd5c X-Archives-Hash: 3baf676f93b13fe6d806eadbf55fad26 commit: d7803c78b4f9b2a711a66a56378e1ce6df150afe Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jul 17 13:19:59 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jul 19 05:57:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7803c78 nimble.eclass: use depfiles Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/nimble.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass index 20e9f5a5a..e08c2840e 100644 --- a/eclass/nimble.eclass +++ b/eclass/nimble.eclass @@ -60,8 +60,8 @@ NINJA="ninja" inherit nim-utils ninja-utils BDEPEND="${NINJA_DEPEND} - dev-lang/nim - dev-nim/nimbus + dev-lang/nim[experimental(-)] + >=dev-nim/nimbus-1.0.0 " # @FUNCTION: set_package_url @@ -134,6 +134,7 @@ nimble_src_configure() { local nimbusargs=( --nimbleDir:"${EPREFIX}"/opt/nimble --binDir:"${EPREFIX}"/usr/bin + --useDepfile "${mynimargs[@]}" )