repoman: warn about calls to prepall and preplib
authorZac Medico <zmedico@gentoo.org>
Mon, 28 Feb 2011 05:27:02 +0000 (21:27 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 1 Mar 2011 20:53:03 +0000 (12:53 -0800)
pym/repoman/checks.py

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