Diff syntastic-3.9.0 with a syntastic-3.10.0

/usr/portage/app-vim/syntastic/syntastic-3.10.0.ebuild 2023-10-09 14:52:28.916368336 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
9 9
	EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
10 10
else
11 11
	SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
	KEYWORDS="amd64 x86"
12
	KEYWORDS="~amd64 ~x86"
13 13
fi
14 14

  
15 15
DESCRIPTION="vim plugin: syntax checking using external tools"
Thank you!