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 C4E3A139694 for ; Wed, 14 Jun 2017 19:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EF4521C0A9; Wed, 14 Jun 2017 19:37:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0083F21C0A9 for ; Wed, 14 Jun 2017 19:37:34 +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 DFA2F3418EE for ; Wed, 14 Jun 2017 19:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87ED324AF for ; Wed, 14 Jun 2017 19:37:32 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1497468987.90916265d03648d05c9a7d29862c528ae4f7b127.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump_new_revision.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 90916265d03648d05c9a7d29862c528ae4f7b127 X-VCS-Branch: master Date: Wed, 14 Jun 2017 19:37:32 +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-Archives-Salt: 7ad74c02-8886-40fe-8424-bf21f9076244 X-Archives-Hash: 3c9cfadf200aecaf12ed81c207f80744 commit: 90916265d03648d05c9a7d29862c528ae4f7b127 Author: Johannes Huber gentoo org> AuthorDate: Wed Jun 14 19:36:27 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jun 14 19:36:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90916265 Documentation: Reduce minimal keywords Documentation/maintainers/bump_new_revision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentation/maintainers/bump_new_revision.sh index dee70c6e67..08e0e3cc9e 100755 --- a/Documentation/maintainers/bump_new_revision.sh +++ b/Documentation/maintainers/bump_new_revision.sh @@ -100,7 +100,7 @@ check_cmakelists() { # - for live ebuilds - don't use any keywords # - in either of the first two cases, drop arch to testing update_keywords() { - local MINIMAL_KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS + local MINIMAL_KEYWORDS="~amd64 ~x86" KEYWORDS # Initially strip all keywords ekeyword ^all ${1} > /dev/null if [[ ${BUMP_VERSION} =~ ([4-9]+)\.?([0-9]*)\.?([0-9]*) ]]; then