commit:     aae58afb6392c5ee77cb3b6d4d2c8c236007f2a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 09:40:36 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 09:43:30 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aae58afb

Documentation: lib.sh: Drop keywords to testing in bump_packages_from_set()

get_main_tree_keyword() gets us all KEYWORDS, be they arch or ~arch.

Forward-port from f8c30a0be3ae8ea200ac46c0f7c85571b328d72f.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 Documentation/maintainers/new/lib.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/maintainers/new/lib.sh 
b/Documentation/maintainers/new/lib.sh
index b512921c04..a42bea2e00 100755
--- a/Documentation/maintainers/new/lib.sh
+++ b/Documentation/maintainers/new/lib.sh
@@ -39,6 +39,7 @@ bump_packages_from_set() {
 
                if [[ ${destination} != *9999* ]] ; then
                        ekeyword $(get_main_tree_keyword ${cp}) ${destination} 
> /dev/null
+                       ekeyword ~all ${destination} > /dev/null
                fi
 
                repoman manifest

Reply via email to