aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-05 11:06:57 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-06-09 18:50:39 +0200
commitf1bc9478e0bd010919c476ca0fca9920f17a331a (patch)
tree8279423fee4f2e6189955580ddba72cb5b698d2e
parentExplicitly declare repo as main when it does not match the default main (diff)
downloadcatalyst-f1bc9478e0bd010919c476ca0fca9920f17a331a.tar.gz
catalyst-f1bc9478e0bd010919c476ca0fca9920f17a331a.tar.bz2
catalyst-f1bc9478e0bd010919c476ca0fca9920f17a331a.zip
stagebase: tweak bindist comment emitted into make.conf
'USE' is more idiomatic. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--catalyst/base/stagebase.py2
1 files changed, 1 insertions, 1 deletions
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")