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
commit4ec13718c7ae1eea0a9e69386437eda1e8131121 (patch)
treea9d051298ac2f514d099bb6cf3182ef944d85cb9 /net-proxy
parentnet-proxy/haproxy: Stabilize 2.5.8 arm, #860150 (diff)
downloadgentoo-4ec13718c7ae1eea0a9e69386437eda1e8131121.tar.gz
gentoo-4ec13718c7ae1eea0a9e69386437eda1e8131121.tar.bz2
gentoo-4ec13718c7ae1eea0a9e69386437eda1e8131121.zip
net-proxy/haproxy: Stabilize 2.2.25 ppc, #860150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/haproxy-2.2.25.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.2.25.ebuild b/net-proxy/haproxy/haproxy-2.2.25.ebuild
index df362e3805f8..93008743019c 100644
--- a/net-proxy/haproxy/haproxy-2.2.25.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.25.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