From 8072d11d06f85236413378ace38a7cbcf3feff31 Mon Sep 17 00:00:00 2001 From: ajakk Date: Sat, 22 Oct 2022 21:30:05 +0000 Subject: [PATCH] portage: update comment, drop gentoolkit requirement (#5406) This reflects the changes made in 9189f7a6bfea32b6465517edeb8fca975cb5a061. Signed-off-by: John Helmert III Signed-off-by: John Helmert III --- 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):