public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH 2/2] stagebase.py: add package.accept_keywords to cleanup list
@ 2017-12-28 20:34 Ben Kohler
  0 siblings, 0 replies; only message in thread
From: Ben Kohler @ 2017-12-28 20:34 UTC (permalink / raw
  To: gentoo-catalyst

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 999bf8df..3c60783b 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1217,7 +1217,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
               # optionally clean up portage configs
               if ("portage_prefix" in self.settings and
                       "sticky-config" not in self.settings["options"]):
-                       for _dir in "keywords", "mask", "unmask", "use":
+                       for _dir in "accept_keywords", "keywords",
"mask", "unmask", "use":
                               target = pjoin([self.settings['chroot_path'],
                                       "etc/portage/package.%s" % _dir,
                                       self.settings["portage_prefix"]])
--
2.13.6


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-28 20:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28 20:34 [gentoo-catalyst] [PATCH 2/2] stagebase.py: add package.accept_keywords to cleanup list Ben Kohler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox