Skip to content

Commit

Permalink
ebuild: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 17, 2024
1 parent 11c51d7 commit 819c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/portage/package/ebuild/doebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ def _check_build_log(mysettings, out=None):
make_jobserver_re = re.compile(r"g?make\[\d+\]: warning: jobserver unavailable:")
make_jobserver = []

# we deduplicate these since they is repeated for every setup.py call
# we deduplicate these since they are repeated for every setup.py call
setuptools_warn = set()
setuptools_warn_re = re.compile(r".*\/setuptools\/.*: .*Warning: (.*)")
# skip useless version normalization warnings
Expand Down

0 comments on commit 819c863

Please sign in to comment.