summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-26 15:53:14 +0100
committerSam James <sam@gentoo.org>2021-08-26 15:53:14 +0100
commitf9a5f7d9f3b5f3c5c03e9031f652bf190154c6bb (patch)
tree02311205658de66c3ce86a5ca7cdffbce2775b36 /net-proxy
parentnet-proxy/haproxy: Stabilize 2.0.24 arm, #809104 (diff)
downloadgentoo-f9a5f7d9f3b5f3c5c03e9031f652bf190154c6bb.tar.gz
gentoo-f9a5f7d9f3b5f3c5c03e9031f652bf190154c6bb.tar.bz2
gentoo-f9a5f7d9f3b5f3c5c03e9031f652bf190154c6bb.zip
net-proxy/haproxy: Stabilize 2.2.16 arm, #809104
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/haproxy-2.2.16.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.2.16.ebuild b/net-proxy/haproxy/haproxy-2.2.16.ebuild
index c00e1d597aa5..878d6a4d8741 100644
--- a/net-proxy/haproxy/haproxy-2.2.16.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.16.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 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