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 1226F15ACFC for ; Sat, 6 May 2023 17:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 239ECE0821; Sat, 6 May 2023 17:52:50 +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 07BB1E0821 for ; Sat, 6 May 2023 17:52:49 +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 DF175341312 for ; Sat, 6 May 2023 17:52:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42BA4A5A for ; Sat, 6 May 2023 17:52:47 +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: <1683395481.640a3d77c0c933519c9f2d567f12377b0ddf07f1.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: 640a3d77c0c933519c9f2d567f12377b0ddf07f1 X-VCS-Branch: dev Date: Sat, 6 May 2023 17:52:47 +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: d1841df5-1898-4d06-a920-a2016525a117 X-Archives-Hash: 27669c037939c0bf148722822de08590 commit: 640a3d77c0c933519c9f2d567f12377b0ddf07f1 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat May 6 17:51:21 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat May 6 17:51:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=640a3d77 nimble.eclass: disable --useDepfile option Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/nimble.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass index c7a16c754..03d72266e 100644 --- a/eclass/nimble.eclass +++ b/eclass/nimble.eclass @@ -140,7 +140,6 @@ nimble_src_configure() { local nimbusargs=( --nimbleDir:"${EPREFIX}"/opt/nimble --binDir:"${EPREFIX}"/usr/bin - --useDepfile "${mynimargs[@]}" )