aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-06 12:04:52 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-06 12:04:52 +0100
commitb3014c2205200b6e52a3093b1053b69a0228f878 (patch)
tree7f0f0c4bedb11e39138040abbabbf7fbc7149c2b
parentUse signed tags (diff)
downloadgentoo-syntax-b3014c2205200b6e52a3093b1053b69a0228f878.tar.gz
gentoo-syntax-b3014c2205200b6e52a3093b1053b69a0228f878.tar.bz2
gentoo-syntax-b3014c2205200b6e52a3093b1053b69a0228f878.zip
newebuild: Stop adding ~x86 on amd64gentoo-syntax-20211116
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--plugin/newebuild.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 3d42564..36db2dd 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -27,9 +27,6 @@ fun! <SID>MakeNewEbuild()
let l:keywords = ""
else
let l:keywords = "~" . l:arch
- if l:arch ==# "amd64"
- let l:keywords = l:keywords . " ~x86"
- endif
endif
" }}}