diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-03 21:42:43 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-03 21:42:43 +0300 |
commit | 7cee24545e337b4729811f6c79ed3656d3b83b3d (patch) | |
tree | 3dee93fe9ac1a2afde8a4d518149b5b4976e9a55 /net-proxy | |
parent | net-im/mattermost-desktop-bin: drop 5.5.0 (diff) | |
download | gentoo-7cee24545e337b4729811f6c79ed3656d3b83b3d.tar.gz gentoo-7cee24545e337b4729811f6c79ed3656d3b83b3d.tar.bz2 gentoo-7cee24545e337b4729811f6c79ed3656d3b83b3d.zip |
net-proxy/haproxy: Stabilize 2.4.23 arm, #894526
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.4.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.4.23.ebuild b/net-proxy/haproxy/haproxy-2.4.23.ebuild index 70d04897ccd8..796d22deb9a8 100644 --- a/net-proxy/haproxy/haproxy-2.4.23.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.23.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 |