From: Ben Kohler <bkohler@gmail.com>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] [PATCH 2/2] stagebase.py: add package.accept_keywords to cleanup list
Date: Thu, 28 Dec 2017 14:34:02 -0600 [thread overview]
Message-ID: <CANSUr=+3o4D3HrH=R8df3TcuvNFM+3Tmts7Q_jUeNwSFEeEacA@mail.gmail.com> (raw)
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
reply other threads:[~2017-12-28 20:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CANSUr=+3o4D3HrH=R8df3TcuvNFM+3Tmts7Q_jUeNwSFEeEacA@mail.gmail.com' \
--to=bkohler@gmail.com \
--cc=gentoo-catalyst@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox