profiles: accept keywords for vim/vim-core 8.2.3428

Now that we update vim to 8.2.3428, we need to accept keywords
`~amd64` and `~arm64` for both vim and vim-core.
This commit is contained in:
Dongsu Park 2021-10-05 11:02:11 +02:00
parent 617235dff1
commit 223f17c66c

View File

@ -109,3 +109,8 @@ dev-util/checkbashisms
# already stabilised for both amd64 and arm64) until we move off from
# python3.6.
=sys-libs/talloc-2.3.2 ~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