summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-18 22:07:00 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-18 22:07:00 +0200
commit302885399346fca39330e68154bda18dfdb69ff1 (patch)
tree24640de88d77842e578ad4cdc3907e1ddf9f1c54 /net-proxy
parentnet-proxy/haproxy: Stabilize 2.2.25 ppc, #860150 (diff)
downloadgentoo-302885399346fca39330e68154bda18dfdb69ff1.tar.gz
gentoo-302885399346fca39330e68154bda18dfdb69ff1.tar.bz2
gentoo-302885399346fca39330e68154bda18dfdb69ff1.zip
net-proxy/haproxy: Stabilize 2.4.18 ppc, #860150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/haproxy-2.4.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.4.18.ebuild b/net-proxy/haproxy/haproxy-2.4.18.ebuild
index 0bccfa14637f..4a7cfd8022ca 100644
--- a/net-proxy/haproxy/haproxy-2.4.18.ebuild
+++ b/net-proxy/haproxy/haproxy-2.4.18.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