From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3775F1382C5 for ; Thu, 4 Mar 2021 10:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70AF5E086F; Thu, 4 Mar 2021 10:29:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54661E086F for ; Thu, 4 Mar 2021 10:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66632340CEF for ; Thu, 4 Mar 2021 10:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06A784DB for ; Thu, 4 Mar 2021 10:29:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1614851010.aae58afb6392c5ee77cb3b6d4d2c8c236007f2a2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/new/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/new/lib.sh X-VCS-Directories: Documentation/maintainers/new/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aae58afb6392c5ee77cb3b6d4d2c8c236007f2a2 X-VCS-Branch: master Date: Thu, 4 Mar 2021 10:29:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a36bc33f-565e-4c5b-a4be-13ff1d1027c0 X-Archives-Hash: a9e8ee61f8e945f3cd1066060687ec87 commit: aae58afb6392c5ee77cb3b6d4d2c8c236007f2a2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 4 09:40:36 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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