summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-11-27 17:12:09 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-11-27 17:12:09 +0100
commitfb1e96bbb2465d4b8d714ec99558a871b744f44c (patch)
treec31f0a05fbe190244d65ea14982ba7c7f94362f7 /net-proxy
parentdev-python/aiohttp: sparc stable wrt bug #756418 (diff)
downloadgentoo-fb1e96bbb2465d4b8d714ec99558a871b744f44c.tar.gz
gentoo-fb1e96bbb2465d4b8d714ec99558a871b744f44c.tar.bz2
gentoo-fb1e96bbb2465d4b8d714ec99558a871b744f44c.zip
net-proxy/haproxy: x86 stable wrt bug #756241
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/haproxy-2.2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.2.5.ebuild b/net-proxy/haproxy/haproxy-2.2.5.ebuild
index 1518b1d4e9ff..7e20699eb121 100644
--- a/net-proxy/haproxy/haproxy-2.2.5.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
HOMEPAGE="http://www.haproxy.org"
if [[ ${PV} != *9999 ]]; then
SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc x86"
else
EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
EGIT_BRANCH=master