mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
profiles: Cleanup use flags for vim
Put them into targets/generic profile instead of duplicating them in amd64/generic and arm64/generic profiles. There's isn't anything arch-specific in those USE flags.
This commit is contained in:
parent
b1dd9916dd
commit
d6d7f3a190
@ -4,9 +4,3 @@ sys-firmware/intel-microcode vanilla
|
||||
|
||||
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
||||
net-dns/bind-tools gssapi
|
||||
|
||||
# -crypt: Disable crypt to avoid installing libsodlium in amd64.
|
||||
app-editors/vim -crypt
|
||||
|
||||
# minimal: Don't pull app-vim/gentoo-syntax in amd64
|
||||
app-editors/vim-core minimal
|
||||
|
@ -1,5 +0,0 @@
|
||||
# Disable crypt to avoid installing libsodlium in arm64.
|
||||
app-editors/vim -crypt
|
||||
|
||||
# minimal: Don't pull app-vim/gentoo-syntax in arm64
|
||||
app-editors/vim-core minimal
|
@ -2,7 +2,10 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
app-admin/sudo ldap sssd
|
||||
app-editors/vim minimal
|
||||
# -crypt: Disable crypt to avoid installing libsodlium.
|
||||
app-editors/vim minimal -crypt
|
||||
# minimal: Don't pull app-vim/gentoo-syntax
|
||||
app-editors/vim-core minimal
|
||||
dev-lang/python gdbm
|
||||
dev-libs/dbus-glib tools
|
||||
dev-libs/elfutils -utils
|
||||
|
Loading…
Reference in New Issue
Block a user