From a9312ea163458162af14b864505b14b678fc06b1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 27 Feb 2011 21:27:02 -0800 Subject: repoman: warn about calls to prepall and preplib --- pym/repoman/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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""" -- cgit v1.2.3-1-g7c22