summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-27 16:00:54 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-27 16:00:54 +0000
commit6c6c8b9449e085e9633b54423ee25a47aad4fe67 (patch)
tree8cb32d9cf5963e95b172332cf1931176b8338f3f
parentDon't filter USE flags in emerge --info output. (diff)
downloadportage-multirepo-6c6c8b9449e085e9633b54423ee25a47aad4fe67.tar.gz
portage-multirepo-6c6c8b9449e085e9633b54423ee25a47aad4fe67.tar.bz2
portage-multirepo-6c6c8b9449e085e9633b54423ee25a47aad4fe67.zip
Bug #211294 - Make repoman ignore profiles labeled with anything other
than "stable" or "dev" in profiles.desc so that we can extend it with new labels such as "exp". svn path=/main/trunk/; revision=9389
-rwxr-xr-xbin/repoman3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index e86fc5e1..87c57f43 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1308,6 +1308,9 @@ for x in scanlist:
for prof in profiles[arch]:
+ if prof[1] not in ("stable", "dev"):
+ continue
+
profdir = portdir+"/profiles/"+prof[0]
if prof[0] in arch_caches: