diff options
author | Sam James <sam@gentoo.org> | 2023-07-17 20:03:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-17 20:03:41 +0100 |
commit | 43cfd768f411535edbc7361301bd6e872ed80c21 (patch) | |
tree | 12e9b530a27c775239fdb438dc80e803189e8917 /net-proxy | |
parent | net-proxy/haproxy: Stabilize 2.4.23 amd64, #900737 (diff) | |
download | gentoo-43cfd768f411535edbc7361301bd6e872ed80c21.tar.gz gentoo-43cfd768f411535edbc7361301bd6e872ed80c21.tar.bz2 gentoo-43cfd768f411535edbc7361301bd6e872ed80c21.zip |
net-proxy/haproxy: Stabilize 2.6.14 amd64, #900737
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.6.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.6.14.ebuild b/net-proxy/haproxy/haproxy-2.6.14.ebuild index 843fa7ff2a33..6a1195bd36df 100644 --- a/net-proxy/haproxy/haproxy-2.6.14.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.14.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 |