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 F208F158095 for ; Tue, 19 Jul 2022 06:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D2BE0D5B; Tue, 19 Jul 2022 06:07:54 +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 30777E0D55 for ; Tue, 19 Jul 2022 06:07:51 +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 C2A77340FDD for ; Tue, 19 Jul 2022 06:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62C73543 for ; Tue, 19 Jul 2022 06:07:49 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1658210266.d7803c78b4f9b2a711a66a56378e1ce6df150afe.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/nimble.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d7803c78b4f9b2a711a66a56378e1ce6df150afe X-VCS-Branch: dev Date: Tue, 19 Jul 2022 06:07:49 +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: b2908336-b29e-4724-bfb9-2f3ee147eaf7 X-Archives-Hash: 7163642ad05b0726a51b4dec53ceecd1 commit: d7803c78b4f9b2a711a66a56378e1ce6df150afe Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jul 17 13:19:59 2022 +0000 Commit: Anna Vyalkova sysrq in> 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[@]}" )