diff options
author | Sam James <sam@gentoo.org> | 2023-07-17 20:08:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-17 20:08:55 +0100 |
commit | 59af41500cd513b951895d98edb16f242c55ce01 (patch) | |
tree | a7474d71a7fcc9941227df44b614838abcd54157 /net-proxy | |
parent | net-proxy/haproxy: Stabilize 2.6.14 ppc, #900737 (diff) | |
download | gentoo-59af41500cd513b951895d98edb16f242c55ce01.tar.gz gentoo-59af41500cd513b951895d98edb16f242c55ce01.tar.bz2 gentoo-59af41500cd513b951895d98edb16f242c55ce01.zip |
net-proxy/haproxy: Stabilize 2.7.9 ppc, #900737
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.7.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.7.9.ebuild b/net-proxy/haproxy/haproxy-2.7.9.ebuild index 6a1195bd36df..868b7118dca3 100644 --- a/net-proxy/haproxy/haproxy-2.7.9.ebuild +++ b/net-proxy/haproxy/haproxy-2.7.9.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 |