repoman: check for env-update, bug #402339
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2012 23:32:12 +0000 (15:32 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2012 23:32:12 +0000 (15:32 -0800)
pym/repoman/checks.py

index cdcc8bcd84857aa95ef35d4e2bf8f8f5f16a8636..80f994cef61d42e6c4d07e0efafe2ada7e3140e9 100644 (file)
@@ -647,7 +647,7 @@ class Eapi4GoneVars(LineCheck):
 
 class PortageInternal(LineCheck):
        repoman_check_name = 'portage.internal'
-       re = re.compile(r'[^#]*\b(ecompress|ecompressdir|prepall|prepalldocs|preplib)\b')
+       re = re.compile(r'[^#]*\b(ecompress|ecompressdir|env-update|prepall|prepalldocs|preplib)\b')
 
        def check(self, num, line):
                """Run the check on line and return error if there is one"""