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 ABC0415815E for ; Sat, 3 Feb 2024 16:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 380D92BC030; Sat, 3 Feb 2024 16:55:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DEE4F2BC02C for ; Sat, 3 Feb 2024 16:55:15 +0000 (UTC) From: Ulrich Mueller To: Maciej =?utf-8?Q?Bar=C4=87?= Cc: gentoo-dev@lists.gentoo.org, dotnet@gentoo.org Subject: Re: [gentoo-dev] [PATCH 5/7] eclass/dotnet-pkg.eclass: add dotnet-pkg_force-compat In-Reply-To: <20240203162422.91906-5-xgqt@gentoo.org> ("Maciej =?utf-8?Q?B?= =?utf-8?Q?ar=C4=87=22's?= message of "Sat, 3 Feb 2024 17:24:16 +0100") References: <20240203162422.91906-1-xgqt@gentoo.org> <20240203162422.91906-5-xgqt@gentoo.org> Date: Sat, 03 Feb 2024 17:55:10 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 58143ec7-3333-44c3-a297-e7277b75ae6d X-Archives-Hash: f1196249e1c0686336689a14a48856ea >>>>> On Sat, 03 Feb 2024, Maciej Bar=C4=87 wrote: > +dotnet-pkg_force-compat() { > + if [[ -z "${DOTNET_PKG_COMPAT}" ]] ; then Quotes are not needed.