From ff6bb29eee85eecdfef7ac501d010fa1de33aa63 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 23 Aug 2007 20:29:10 +0000 Subject: Add * and ~* to the list of valid values for ACCEPT_KEYWORDS. (trunk r7688) svn path=/main/branches/2.1.2/; revision=7689 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index 4842294f7..7be9f72c7 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1598,7 +1598,7 @@ class config: for group in groups: if group not in archlist and \ not (group.startswith("-") and group[1:] in archlist) and \ - group != "**": + group not in ("*", "~*", "**"): writemsg("!!! INVALID ACCEPT_KEYWORDS: %s\n" % str(group), noiselevel=-1) -- cgit v1.2.3-1-g7c22