Diff haproxy-2.7.9 with a haproxy-2.7.10

/usr/portage/net-proxy/haproxy/haproxy-2.7.10.ebuild 2023-10-09 14:52:34.752368483 +0300
14 14
HOMEPAGE="http://www.haproxy.org"
15 15
if [[ ${PV} != *9999 ]]; then
16 16
	SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz"
17
	KEYWORDS="amd64 ~arm ~arm64 ppc ~x86"
17
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
18 18
elif [[ ${PV} == 9999 ]]; then
19 19
	EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/"
20 20
	EGIT_BRANCH=master
Thank you!