summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-08-11 19:30:22 +0200
committerZac Medico <zmedico@gentoo.org>2010-08-11 11:10:28 -0700
commit1e17e55e2cc40cf44be9e013720af512cc825dcd (patch)
tree859ba9dcb3d7980d38d04da8cbdc841214afebfb /bin/repoman
parentf61743bfc8d48c12585fd5499646369270b0d391 (diff)
downloadportage-1e17e55e2cc40cf44be9e013720af512cc825dcd.tar.gz
portage-1e17e55e2cc40cf44be9e013720af512cc825dcd.tar.bz2
portage-1e17e55e2cc40cf44be9e013720af512cc825dcd.zip
Make REQUIRED_USE work again. Without paren_reduce this time.
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 09e7f02f1..71fb58ac3 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1784,7 +1784,7 @@ for x in scanlist:
iuse = repoman_settings._get_implicit_iuse()
iuse.update(myaux["IUSE"].split())
portage.dep.check_required_use(required_use, "", iuse)
- except portage.exception.InvalidRequiredUseString as e:
+ except portage.exception.InvalidDependString as e:
stats["REQUIRED_USE.syntax"] = stats["REQUIRED_USE.syntax"] + 1
fails["REQUIRED_USE.syntax"].append(
"%s: REQUIRED_USE: %s" % (relative_path, e))