mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
Merge pull request #2037 from flatcar-linux/sayan/update-vim-8.2.5066
app-editors/vim,vim-core: Add accept_keywords for vim & vim-core
This commit is contained in:
commit
b3c92ffb61
@ -5,5 +5,8 @@ sys-firmware/intel-microcode vanilla
|
|||||||
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
||||||
net-dns/bind-tools gssapi
|
net-dns/bind-tools gssapi
|
||||||
|
|
||||||
# Disable crypt to avoid installing libsodlium in amd64.
|
# -crypt: Disable crypt to avoid installing libsodlium in amd64.
|
||||||
app-editors/vim -crypt
|
app-editors/vim -crypt
|
||||||
|
|
||||||
|
# minimal: Don't pull app-vim/gentoo-syntax in amd64
|
||||||
|
app-editors/vim-core minimal
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# Disable crypt to avoid installing libsodlium in arm64.
|
# Disable crypt to avoid installing libsodlium in arm64.
|
||||||
app-editors/vim -crypt
|
app-editors/vim -crypt
|
||||||
|
|
||||||
|
# minimal: Don't pull app-vim/gentoo-syntax in arm64
|
||||||
|
app-editors/vim-core minimal
|
||||||
|
@ -49,8 +49,8 @@
|
|||||||
=sys-apps/iproute2-5.15.0 ~amd64 ~arm64
|
=sys-apps/iproute2-5.15.0 ~amd64 ~arm64
|
||||||
|
|
||||||
# Required for some CVEs
|
# Required for some CVEs
|
||||||
=app-editors/vim-8.2.4328 ~amd64 ~arm64
|
=app-editors/vim-8.2.5066-r1 ~amd64 ~arm64
|
||||||
=app-editors/vim-core-8.2.4328 ~amd64 ~arm64
|
=app-editors/vim-core-8.2.5066-r1 ~amd64 ~arm64
|
||||||
=sys-libs/zlib-1.2.12-r2 ~amd64 ~arm64
|
=sys-libs/zlib-1.2.12-r2 ~amd64 ~arm64
|
||||||
|
|
||||||
# Duktape is not yet stable
|
# Duktape is not yet stable
|
||||||
|
@ -38,6 +38,7 @@ INSTALL_MASK="${INSTALL_MASK}
|
|||||||
/etc/sudoers
|
/etc/sudoers
|
||||||
/etc/wgetrc
|
/etc/wgetrc
|
||||||
/etc/xinetd.d
|
/etc/xinetd.d
|
||||||
|
/etc/vim/vimrc
|
||||||
"
|
"
|
||||||
|
|
||||||
# Remove selinuxenabled because it triggers breakage in Ansible
|
# Remove selinuxenabled because it triggers breakage in Ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user