From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1418874-garchives=archives.gentoo.org@lists.gentoo.org> 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 1D40C158094 for <garchives@archives.gentoo.org>; Sat, 16 Jul 2022 13:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB20E0F27; Sat, 16 Jul 2022 13:44: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 018B9E0F27 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jul 2022 13:44:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEDFE341099 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jul 2022 13:44:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D6CD53B for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jul 2022 13:44:24 +0000 (UTC) From: "Anna Vyalkova" <cyber+gentoo@sysrq.in> 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" <cyber+gentoo@sysrq.in> Message-ID: <1657979047.96fbc7996e3eaa6775a0f8efc2122e3a3ba903df.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: 96fbc7996e3eaa6775a0f8efc2122e3a3ba903df X-VCS-Branch: dev Date: Sat, 16 Jul 2022 13:44:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aaf71ed0-784e-4790-9c03-855fbe901a48 X-Archives-Hash: f4db1e27e7dff3a37eb0d431f20ea6dd commit: 96fbc7996e3eaa6775a0f8efc2122e3a3ba903df Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Jul 16 07:11:41 2022 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jul 16 13:44:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96fbc799 nim-utils.eclass: add NIMFLAGS example Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> eclass/nim-utils.eclass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eclass/nim-utils.eclass b/eclass/nim-utils.eclass index 0106d9dfa..b85bba1d8 100644 --- a/eclass/nim-utils.eclass +++ b/eclass/nim-utils.eclass @@ -25,7 +25,12 @@ if [[ ! ${_NIM_UTILS_ECLASS} ]]; then # @USER_VARIABLE # @DEFAULT_UNSET # @DESCRIPTION: -# Flags for the Nim compiler. +# Flags for the Nim compiler. All values (if any) must be double-quoted. +# Example: +# +# @CODE@ +# # NIMFLAGS='-d:myFlag -d:myOpt:"value"' emerge category/package +# @CODE@ # @ECLASS_VARIABLE: TESTAMENT_DISABLE_MEGATEST # @USER_VARIABLE