diff options
author | Michał Górny <gentoo@mgorny.alt.pl> | 2010-07-14 11:13:01 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-07-14 02:27:40 -0700 |
commit | a428fcdb72faa732366fef584ae3b118190b0d3e (patch) | |
tree | 0987f05bca10970ce495b003647e62937cc250f9 | |
parent | 5b5a593f49c80a679667a271d6aec2efeed30b9b (diff) | |
download | portage-a428fcdb72faa732366fef584ae3b118190b0d3e.tar.gz portage-a428fcdb72faa732366fef584ae3b118190b0d3e.tar.bz2 portage-a428fcdb72faa732366fef584ae3b118190b0d3e.zip |
Retab.
-rw-r--r-- | pym/repoman/checks.py | 8 |
1 files changed, 4 insertions, 4 deletions
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.""" |