From: Michał Górny Date: Wed, 14 Jul 2010 09:13:01 +0000 (+0200) Subject: Retab. X-Git-Tag: v2.2_rc68~502 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a428fcdb72faa732366fef584ae3b118190b0d3e;p=portage.git Retab. --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index b0d8b0bf0..ec8e91324 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -389,10 +389,10 @@ class NoAsNeeded(LineCheck): error = errors.NO_AS_NEEDED class PreserveOldLib(LineCheck): - """Check for calls to the preserve_old_lib function.""" - repoman_check_name = 'upstream.workaround' - re = re.compile(r'.*preserve_old_lib') - error = errors.PRESERVE_OLD_LIB + """Check for calls to the preserve_old_lib function.""" + repoman_check_name = 'upstream.workaround' + re = re.compile(r'.*preserve_old_lib') + error = errors.PRESERVE_OLD_LIB class DeprecatedBindnowFlags(LineCheck): """Check for calls to the deprecated bindnow-flags function."""