From 0bcce340ed53a8e9a00d5a6478416871caa6a913 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 13:02:13 +0200 Subject: [PATCH] portage: update comment, drop gentoolkit requirement (#5406) (#5407) This reflects the changes made in 9189f7a6bfea32b6465517edeb8fca975cb5a061. Signed-off-by: John Helmert III Signed-off-by: John Helmert III (cherry picked from commit 8072d11d06f85236413378ace38a7cbcf3feff31) Co-authored-by: ajakk --- plugins/modules/packaging/os/portage.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/modules/packaging/os/portage.py b/plugins/modules/packaging/os/portage.py index 4c91c9d0b6..98791f8477 100644 --- a/plugins/modules/packaging/os/portage.py +++ b/plugins/modules/packaging/os/portage.py @@ -187,7 +187,6 @@ options: type: bool default: false -requirements: [ gentoolkit ] author: - "William L Thomson Jr (@wltjr)" - "Yap Sok Ann (@sayap)" @@ -315,9 +314,10 @@ def sync_repositories(module, webrsync=False): 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 -# in one go. If that is not desirable, split the packages into multiple tasks -# instead of joining them together with comma. +# Note: In the 3 functions below, package querying is done one-by-one, +# but emerge is done in one go. If that is not desirable, split the +# packages into multiple tasks instead of joining them together with +# comma. def emerge_packages(module, packages):