From 185104a43b62f6e68fb7209024a67ea263b6e108 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 15 Dec 2012 14:23:53 -0800 Subject: repoman keywords.dropped: handle * and ~* --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22