Merge branch 'master' of https://github.com/iksaif/euscan
This commit is contained in:
commit
2b75908205
@ -47,6 +47,9 @@ def apply_mangling_rules(kind, rules, string):
|
||||
|
||||
|
||||
def mangle_version(up_pv, options):
|
||||
# Default rule is gentoo when empty
|
||||
if 'versionmangle' not in options or not options['versionmangle']:
|
||||
options['versionmangle'] = ['gentoo']
|
||||
return apply_mangling_rules('versionmangle', options, up_pv)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user