From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/package/ebuild/_config/
Date: Sat, 3 Dec 2011 19:06:11 +0000 (UTC) [thread overview]
Message-ID: <a17c6e78495b6c43577cf8ffd46119d70ed29295.grobian@gentoo> (raw)
commit: a17c6e78495b6c43577cf8ffd46119d70ed29295
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 19:04:20 2011 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 19:04:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a17c6e78
MaskManager: fix profiles location
Previous fix lacked the "profiles" directory added to each repo, causing
masks from the base of the repo not being seen.
---
pym/portage/package/ebuild/_config/MaskManager.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py
index 814256a..dfe41a1 100644
--- a/pym/portage/package/ebuild/_config/MaskManager.py
+++ b/pym/portage/package/ebuild/_config/MaskManager.py
@@ -128,7 +128,8 @@ class MaskManager(object):
repo_pkgunmasklines = []
all_profiles = []
for repo in repositories.repos_with_profiles():
- all_profiles.append(_profile_node(repo.location, True))
+ all_profiles.append(_profile_node(
+ os.path.join(repo.location, "profiles"), True))
all_profiles.extend(profiles)
# END PREFIX LOCAL
for x in all_profiles:
next reply other threads:[~2011-12-03 19:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-03 19:06 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-20 19:47 [gentoo-commits] proj/portage:prefix commit in: pym/portage/package/ebuild/_config/ Fabian Groffen
2015-06-09 19:53 Fabian Groffen
2012-08-12 7:40 Fabian Groffen
2011-12-02 20:27 Fabian Groffen
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=a17c6e78495b6c43577cf8ffd46119d70ed29295.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@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