mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #1455 from flatcar-linux/dongsu/vim-8.2.3582
profiles: adjust profiles for vim 8.2.3582
This commit is contained in:
commit
e059a3bbf2
@ -4,3 +4,6 @@ sys-firmware/intel-microcode vanilla
|
||||
|
||||
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
||||
net-dns/bind-tools gssapi
|
||||
|
||||
# Disable crypt to avoid installing libsodlium in amd64.
|
||||
app-editors/vim -crypt
|
||||
|
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/generic/package.use
vendored
Normal file
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/generic/package.use
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Disable crypt to avoid installing libsodlium in arm64.
|
||||
app-editors/vim -crypt
|
@ -4,11 +4,6 @@
|
||||
|
||||
=app-arch/zstd-1.4.9 ~amd64 ~arm64
|
||||
|
||||
# To address security issues like CVE-2021-3770, we need to acccept
|
||||
# keywords for vim 8.2.3428.
|
||||
=app-editors/vim-8.2.3428 ~amd64 ~arm64
|
||||
=app-editors/vim-core-8.2.3428 ~amd64 ~arm64
|
||||
|
||||
=coreos-devel/fero-client-0.1.1 **
|
||||
|
||||
# Accept unstable host Rust compilers
|
||||
|
Loading…
Reference in New Issue
Block a user