From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SJZgKu3PHmVcEwAAG6o9tA:P1 (envelope-from ) for ; Thu, 05 Oct 2023 17:02:05 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SJZgKu3PHmVcEwAAG6o9tA (envelope-from ) for ; Thu, 05 Oct 2023 17:02:05 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5D4485EA28 for ; Thu, 5 Oct 2023 17:02:03 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=RhLjuaEq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696518123; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=S9CZxSOQVjoBEvyTRfvOcQxOZ0jWSDxjCbbR/qlKy/s=; b=ICnbOkY8mfGH2iL6vm45bxgq//FVIUD+0V/1AzsFMBz/ycyQJ231GjJreSBHIPLuOTJK+w uEkPCVq+1zLON1ThQaXLomeY4wu8vmlM52D2uLUzybxLBox70HatJTKRpDL0It6PGYg2yK l6dzxZI6BiB/YnFTeDevfHn69NmvwnV2aV8Pp3u6lA71NeIF1AQEZ1ILqFxeImZbAU0Uk7 EYQPFPH4GUlsnj25aN84ptJEKIWfqcbIv0Sl3kaXWxUOLbXlD0CecgNqoS+Uhw2pHF3mVZ Wd0QG6eCkAVLCHEwp0/fnEZGc6uI7jHchfqEDhVRedTUSukXEwDyrSXGWc08tQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696518123; a=rsa-sha256; cv=none; b=lbO6lvAv6MN//O08RSnE4zWMn37E43CHhks65AlDvh6L7afhqCrcgz4tqm+fHWWkKg9pCM 7Nuoj1abQrdsx+UdjAopyTdbh40jC94UGMFS9rXVIzWoHe6Ilouj2yZLtLZlEqumUD3tWV uDcFkQr8wa9KcupITqF3lgOaqgm8eJF/3LRFoeK/kjQ4SFsNXLR/+ec5A6dvnGXRjlLH1o +7W4ZGA/AMXPaHQjga6d+ohadqI1Bsp8q5qUoAhMwhyqlSkffLXffLBCTHpUHDWTsS0z89 2DuwBhAsVxbqn+5UNXDyhMqpx4Jd6Rri8HRVlLoJI5zwWAIAJLjzakzpW6TeIg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=RhLjuaEq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qoPrJ-0004GF-EX; Thu, 05 Oct 2023 11:01:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qoPrE-0004AT-D9 for guix-patches@gnu.org; Thu, 05 Oct 2023 11:01:45 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qoPrE-0005gC-4S for guix-patches@gnu.org; Thu, 05 Oct 2023 11:01:44 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qoPrV-0000s0-UQ for guix-patches@gnu.org; Thu, 05 Oct 2023 11:02:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66263] [PATCH 15/23] guix: meson-configuration: Fix boolean assigment. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Oct 2023 15:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jean-Pierre De Jesus DIAZ Cc: 66263@debbugs.gnu.org, vagrant@debian.org, efraim@flashner.co.il Received: via spool by 66263-submit@debbugs.gnu.org id=B66263.16965180793280 (code B ref 66263); Thu, 05 Oct 2023 15:02:01 +0000 Received: (at 66263) by debbugs.gnu.org; 5 Oct 2023 15:01:19 +0000 Received: from localhost ([127.0.0.1]:48138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoPqp-0000qq-Ab for submit@debbugs.gnu.org; Thu, 05 Oct 2023 11:01:19 -0400 Received: from mail-qt1-x836.google.com ([2607:f8b0:4864:20::836]:47199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoPqn-0000qb-6f for 66263@debbugs.gnu.org; Thu, 05 Oct 2023 11:01:18 -0400 Received: by mail-qt1-x836.google.com with SMTP id d75a77b69052e-41810cfc569so6000741cf.2 for <66263@debbugs.gnu.org>; Thu, 05 Oct 2023 08:00:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696518053; x=1697122853; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=S9CZxSOQVjoBEvyTRfvOcQxOZ0jWSDxjCbbR/qlKy/s=; b=RhLjuaEqJMTg+1Bk/nz2rMsbt32Zslpvck/vLDWSSxlhY44Z05RLviBeL2e/EKnWe2 fMogtQJaWHRoPM0G8r7566/Wa4a8+T6Yu+SCEM2f3+Bw4y3geVV3ApqdWUikMgS1tEaQ hfcrk6wpEnHWOJe16mrxvl9UZPgBDMNfcamJR4903lxQmInTSXkzywO6aaEgPrxE9VM4 mZe+96cQ2ZhcHpMtmzcoD08ascNCZjbvVg9PzFC+TqqYm7ekbSenlU2VRz0TRG0GTfMQ BpEQF8lM/N7n7sgYIHmLPL27Za7esA4Upudl5RW+3dw0c5UsUGUmD2iqM7OU8qPU2y5N KU0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696518053; x=1697122853; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=S9CZxSOQVjoBEvyTRfvOcQxOZ0jWSDxjCbbR/qlKy/s=; b=N35VpV4KOJezc9kbu5TQcAKfajnKW5WKrA7K11J8+jwnT3q5K0HP4uFnD4dyPKagJY EyGxm4GhsnH/Ks+qZpHXfjEbwafhk8/1g9mG3WkZvDr0z8ZxwYLjd98Sfs7s8dIDPCWw ejeds9pt579cu4+DnPJ7N4MZ78h78qu4TdGoolS5n8TFTCnU3TPwoHaVfuOc87kxUFo6 aHSZsXYcbD8/QQn/XsiEnj3V8iJD1CI0Vbj1drMMxSm9UH9LoqG9SrAUUxgws5DercFY G9GfHostYEAjCbDm/LS4dM5RNs7JGc7yqWp/93PcDexbyYL1JtAtm5Y+D1lcq43QOIwe hAqQ== X-Gm-Message-State: AOJu0YyZ/2eEwf89h73pt5nVyI7Cj3+rAfxv7+c/NMEhaSiusUK5e/To hkCIcjCwgfT/MzIV4rSUiH8= X-Google-Smtp-Source: AGHT+IFdCkjyoM/H+Yyzo1F+ko22zCHkAxx/KWw/oYrw3OpV7JbJDWsQyjdQMnXeNhHmvK92779Z8A== X-Received: by 2002:ac8:59c9:0:b0:413:825:8f33 with SMTP id f9-20020ac859c9000000b0041308258f33mr5985503qtf.9.1696518052992; Thu, 05 Oct 2023 08:00:52 -0700 (PDT) Received: from hurd (dsl-151-116.b2b2c.ca. [66.158.151.116]) by smtp.gmail.com with ESMTPSA id h22-20020ac87156000000b0041976a54e1bsm537371qtp.44.2023.10.05.08.00.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Oct 2023 08:00:52 -0700 (PDT) From: Maxim Cournoyer In-Reply-To: <20230929091627.7820-15-jean@foundationdevices.com> (Jean-Pierre De Jesus DIAZ's message of "Fri, 29 Sep 2023 11:16:19 +0200") References: <20230929091627.7820-1-jean@foundationdevices.com> <20230929091627.7820-15-jean@foundationdevices.com> Date: Thu, 05 Oct 2023 11:00:51 -0400 Message-ID: <87jzs1qfks.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: 2.78 X-Migadu-Spam-Score: 2.78 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Queue-Id: 5D4485EA28 X-TUID: 5UNK4ajcV1Vk Hi, Jean-Pierre De Jesus DIAZ writes: > * guix/build/meson-configuration.scm (write-assigment): Print true for > #t and false for #f. Previously it was inverting the values. LGTM. -- Thanks, Maxim