"'%(repo_name)s' is implicitly using 'portage-1' profile format, but "
"the repository profiles are not marked as that format. This will break "
"in the future. Please either convert the following paths "
- "to files, or add\nprofile-format = portage-1\nto the "
+ "to files, or add\nprofile-formats = portage-1\nto the "
"repositories layout.conf. Files: '%(files)s'\n")
% dict(profile_path=currentPath, repo_name=repo_loc,
files=', '.join(offenders))),
unknown = raw_formats.difference(['pms', 'portage-1'])
if unknown:
warnings.warn((_("Repository named '%(repo_name)s' has unsupported "
- "profiles in use ('profile-format = %(unknown_fmts)s' setting in "
+ "profiles in use ('profile-formats = %(unknown_fmts)s' setting in "
"'%(layout_filename)s; please upgrade portage.") %
dict(repo_name=repo_name, layout_filename=layout_filename,
unknown_fmts=" ".join(unknown))),