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 08D40158020 for ; Sat, 26 Nov 2022 13:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5275BE099E; Sat, 26 Nov 2022 13:51:27 +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 38B7EE099E for ; Sat, 26 Nov 2022 13:51:27 +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 3C7FA3413D6 for ; Sat, 26 Nov 2022 13:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52926766 for ; Sat, 26 Nov 2022 13:51:23 +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: <1669470636.d1da0d842dbf704a8cac7d8ea95647d5ab132657.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/nim-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d1da0d842dbf704a8cac7d8ea95647d5ab132657 X-VCS-Branch: dev Date: Sat, 26 Nov 2022 13:51:23 +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: ce811c99-0d0b-4f18-9565-a5a3ac81b8a6 X-Archives-Hash: 8be2f06e39e88c551472980028329c9c commit: d1da0d842dbf704a8cac7d8ea95647d5ab132657 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Nov 26 13:50:36 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Nov 26 13:50:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1da0d84 nim-utils.eclass: print filenames being processed Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/nim-utils.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/nim-utils.eclass b/eclass/nim-utils.eclass index eba7e5f5e..61cb4b45e 100644 --- a/eclass/nim-utils.eclass +++ b/eclass/nim-utils.eclass @@ -161,6 +161,7 @@ nim_gen_config() { -d:"$(nim_get_buildtype)" --colors:"$(nim_get_colors)" --parallelBuild:"$(makeopts_jobs)" + --processing:filenames EOF }