profiles: disable crypt for amd64 and arm64

This commit is contained in:
Dongsu Park 2021-11-29 16:37:32 +01:00
parent 53aed3bbad
commit 7984020e5f
2 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,6 @@ 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.
app-editors/vim -crypt

View File

@ -0,0 +1,2 @@
# Disable crypt to avoid installing libsodlium in arm64.
app-editors/vim -crypt