summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-12-15 14:23:53 -0800
committerZac Medico <zmedico@gentoo.org>2012-12-15 15:08:14 -0800
commit185104a43b62f6e68fb7209024a67ea263b6e108 (patch)
treefe319023529bfb42a5b0c112ab8cc7c3ffe668d4 /bin
parent0db4c2a0f8b80b3f08a9a1f068a8cd0b2ff1fe4f (diff)
downloadportage-185104a43b62f6e68fb7209024a67ea263b6e108.tar.gz
portage-185104a43b62f6e68fb7209024a67ea263b6e108.tar.bz2
portage-185104a43b62f6e68fb7209024a67ea263b6e108.zip
repoman keywords.dropped: handle * and ~*
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 161d87c01..41bce8019 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1833,7 +1833,7 @@ for x in effective_scanlist:
previous_keywords = slot_keywords.get(pkg.slot)
if previous_keywords is None:
slot_keywords[pkg.slot] = set()
- elif ebuild_archs and not live_ebuild:
+ elif ebuild_archs and "*" not in ebuild_archs and not live_ebuild:
dropped_keywords = previous_keywords.difference(ebuild_archs)
if dropped_keywords:
stats["KEYWORDS.dropped"] += 1