summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-18 22:07:01 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-18 22:07:01 +0200
commit74a438c74b332746b91a2c7df2b3d09da9147298 (patch)
tree23ae2988f788957a6f81ee55dc34be286bcbd5d4 /net-proxy/haproxy
parentnet-proxy/haproxy: Stabilize 2.4.18 ppc, #860150 (diff)
downloadgentoo-74a438c74b332746b91a2c7df2b3d09da9147298.tar.gz
gentoo-74a438c74b332746b91a2c7df2b3d09da9147298.tar.bz2
gentoo-74a438c74b332746b91a2c7df2b3d09da9147298.zip
net-proxy/haproxy: Stabilize 2.5.8 ppc, #860150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy')
-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 877db5fc897b..763649efb38d 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