repoman: change preserve_old_lib msg, bug #480244
[portage.git] / pym / repoman / checks.py
index c5525816555bf745ca3a0749663121163e0a7b3f..c60db3d02359f1dfdf18e9c949a5d3eedd7bba59 100644 (file)
@@ -682,8 +682,8 @@ 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'
+       """Check for calls to the deprecated preserve_old_lib function."""
+       repoman_check_name = 'ebuild.minorsyn'
        re = re.compile(r'.*preserve_old_lib')
        error = errors.PRESERVE_OLD_LIB