projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a618016
)
use_reduce: Give a hint to IUSE in the 'use flag '%s' is not referencable in conditio...
author
Sebastian Luther
<SebastianLuther@gmx.de>
Mon, 23 Aug 2010 16:24:10 +0000
(18:24 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 23 Aug 2010 16:40:47 +0000
(09:40 -0700)
pym/portage/dep/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/dep/__init__.py
b/pym/portage/dep/__init__.py
index 5ec04cfc3d98dad5ec4a5a10baf1cfe1b8cecdd8..8fc472819c7ab04cf8c950385a04475feb8a0bac 100644
(file)
--- a/
pym/portage/dep/__init__.py
+++ b/
pym/portage/dep/__init__.py
@@
-306,7
+306,8
@@
def use_reduce(depstr, uselist=[], masklist=[], matchall=False, excludeall=[], i
if is_valid_flag:
if not is_valid_flag(flag):
raise portage.exception.InvalidDependString(
- _("use flag '%s' is not referencable in conditional '%s' in '%s'") % (flag, conditional, depstr))
+ _("use flag '%s' is not referencable in conditional '%s' in '%s' (flag missing from IUSE?)") \
+ % (flag, conditional, depstr))
else:
if _valid_use_re.match(flag) is None:
raise portage.exception.InvalidDependString(