From: Zac Medico Date: Mon, 28 Feb 2011 05:27:02 +0000 (-0800) Subject: repoman: warn about calls to prepall and preplib X-Git-Tag: v2.2.0_alpha26~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ba916f6aa4c82b4e0f74955b9146b8cbf65b859;p=portage.git repoman: warn about calls to prepall and preplib --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index a05c128fe..566984a51 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -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"""