From: Zac Medico Date: Sun, 12 Feb 2012 23:32:12 +0000 (-0800) Subject: repoman: check for env-update, bug #402339 X-Git-Tag: v2.2.0_alpha87~47 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9997bb9c81e0742060dc795e4e0397db4cbfb5c2;p=portage.git repoman: check for env-update, bug #402339 --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index cdcc8bcd8..80f994cef 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -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"""