portage: update comment, drop gentoolkit requirement (#5406)

This reflects the changes made in
9189f7a6bf.

Signed-off-by: John Helmert III <ajak@gentoo.org>

Signed-off-by: John Helmert III <ajak@gentoo.org>
pull/5418/head
ajakk 2022-10-22 21:30:05 +00:00 committed by GitHub
parent 7857d0669e
commit 8072d11d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -187,7 +187,6 @@ options:
type: bool type: bool
default: false default: false
requirements: [ gentoolkit ]
author: author:
- "William L Thomson Jr (@wltjr)" - "William L Thomson Jr (@wltjr)"
- "Yap Sok Ann (@sayap)" - "Yap Sok Ann (@sayap)"
@ -315,9 +314,10 @@ def sync_repositories(module, webrsync=False):
module.fail_json(msg='could not sync package repositories') module.fail_json(msg='could not sync package repositories')
# Note: In the 3 functions below, equery is done one-by-one, but emerge is done # Note: In the 3 functions below, package querying is done one-by-one,
# in one go. If that is not desirable, split the packages into multiple tasks # but emerge is done in one go. If that is not desirable, split the
# instead of joining them together with comma. # packages into multiple tasks instead of joining them together with
# comma.
def emerge_packages(module, packages): def emerge_packages(module, packages):