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 6EFD815817D for ; Sun, 9 Jun 2024 16:50:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92572E2A55; Sun, 9 Jun 2024 16:50:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B202E2A55 for ; Sun, 9 Jun 2024 16:50:56 +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 65DD433BEBE for ; Sun, 9 Jun 2024 16:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F1F1BFE for ; Sun, 9 Jun 2024 16:50:53 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1717951839.f1bc9478e0bd010919c476ca0fca9920f17a331a.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f1bc9478e0bd010919c476ca0fca9920f17a331a X-VCS-Branch: master Date: Sun, 9 Jun 2024 16:50:53 +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: 6ba7f63b-fae8-48ef-b2e1-9db469f8b1ac X-Archives-Hash: 551bd2a9af97129f7091ffad4cf36841 commit: f1bc9478e0bd010919c476ca0fca9920f17a331a Author: Sam James gentoo org> AuthorDate: Wed Jun 5 10:06:57 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Jun 9 16:50:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f1bc9478 stagebase: tweak bindist comment emitted into make.conf 'USE' is more idiomatic. Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas K. Hüttel gentoo.org> catalyst/base/stagebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 1ebb2245..34e1b6d1 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1151,7 +1151,7 @@ class StageBase(TargetBase, ClearBase, GenBase): myusevars = [] if "bindist" in self.settings["options"]: myf.write( - "\n# NOTE: This stage was built with the bindist Use flag enabled\n") + "\n# NOTE: This stage was built with the bindist USE flag enabled\n") if setup or "sticky-config" in self.settings["options"]: myusevars.extend(self.settings["catalyst_use"]) log.notice("STICKY-CONFIG is enabled") 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 B69EF159C9B for ; Fri, 9 Aug 2024 19:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC30BE2B7F; Fri, 9 Aug 2024 19:34:10 +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 8A072E2B7E for ; Fri, 9 Aug 2024 19:34:10 +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 BA8763430F0 for ; Fri, 9 Aug 2024 19:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352671ECF for ; Fri, 9 Aug 2024 19:34:07 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1717951839.f1bc9478e0bd010919c476ca0fca9920f17a331a.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:dilfridge/qcow2 commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f1bc9478e0bd010919c476ca0fca9920f17a331a X-VCS-Branch: dilfridge/qcow2 Date: Fri, 9 Aug 2024 19:34:07 +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: 53002084-6d92-4766-a727-87d4e801982a X-Archives-Hash: dd2924d787c60c87a4c7f1778c6d21b5 Message-ID: <20240809193407.SqsWJnRRr3oTFnICoPKuIpkHMf53vtEF8EJclyPhxPQ@z> commit: f1bc9478e0bd010919c476ca0fca9920f17a331a Author: Sam James gentoo org> AuthorDate: Wed Jun 5 10:06:57 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Jun 9 16:50:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f1bc9478 stagebase: tweak bindist comment emitted into make.conf 'USE' is more idiomatic. Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas K. Hüttel gentoo.org> catalyst/base/stagebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 1ebb2245..34e1b6d1 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1151,7 +1151,7 @@ class StageBase(TargetBase, ClearBase, GenBase): myusevars = [] if "bindist" in self.settings["options"]: myf.write( - "\n# NOTE: This stage was built with the bindist Use flag enabled\n") + "\n# NOTE: This stage was built with the bindist USE flag enabled\n") if setup or "sticky-config" in self.settings["options"]: myusevars.extend(self.settings["catalyst_use"]) log.notice("STICKY-CONFIG is enabled")