summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-18 22:06:57 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-18 22:06:57 +0200
commitd231b90abae9fa704be782834429bb0f8e106048 (patch)
tree0b86087a0f57547a3c1b485e60edb237f3e46087 /net-proxy
parentnet-proxy/haproxy: Stabilize 2.4.18 arm, #860150 (diff)
downloadgentoo-d231b90abae9fa704be782834429bb0f8e106048.tar.gz
gentoo-d231b90abae9fa704be782834429bb0f8e106048.tar.bz2
gentoo-d231b90abae9fa704be782834429bb0f8e106048.zip
net-proxy/haproxy: Stabilize 2.5.8 arm, #860150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/haproxy-2.5.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.5.8.ebuild b/net-proxy/haproxy/haproxy-2.5.8.ebuild
index 6ac1925d9b9b..877db5fc897b 100644
--- a/net-proxy/haproxy/haproxy-2.5.8.ebuild
+++ b/net-proxy/haproxy/haproxy-2.5.8.ebuild
@@ -14,7 +14,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 ~arm64 ~ppc ~x86"
+ KEYWORDS="amd64 arm ~arm64 ~ppc ~x86"
elif [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/"
EGIT_BRANCH=master