From: Zac Medico Date: Sat, 15 Dec 2012 22:23:53 +0000 (-0800) Subject: repoman keywords.dropped: handle * and ~* X-Git-Tag: v2.2.0_alpha149~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=185104a43b62f6e68fb7209024a67ea263b6e108;p=portage.git repoman keywords.dropped: handle * and ~* --- 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