Diff haproxy-2.4.9999 with a haproxy-2.6.14

/usr/portage/net-proxy/haproxy/haproxy-2.6.14.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
......
145 145
	doins examples/errorfiles/*
146 146

  
147 147
	if use doc; then
148
		dodoc ROADMAP doc/*.txt
148
		dodoc doc/*.txt
149 149
		#if use lua; then
150 150
		# TODO: doc/lua-api/
151 151
		#fi
Thank you!