commit: 90916265d03648d05c9a7d29862c528ae4f7b127
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 19:36:27 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> 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