From b8a61b227d537dc126156917192b04fa57a954a3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 26 Jun 2008 21:36:17 +0000 Subject: Call use_reduce() with matchall=1 when checking depstrings. Otherwise it's possible for invalid deps to be ignored. Thanks to grobian for reporting. svn path=/main/trunk/; revision=10807 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index e65449581..51c2ae2d7 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1249,7 +1249,7 @@ for x in scanlist: mydeplist = [] try: - portage.dep.use_reduce(mydeplist, excludeall=myiuse) + portage.dep.use_reduce(mydeplist, matchall=1) except portage.exception.InvalidDependString, e: badsyntax.append(str(e)) -- cgit v1.2.3-1-g7c22