diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-04-29 11:53:06 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-29 22:28:30 -0400 |
commit | 29be430be1b1f3846d8fb4a8c708716b2fe494c8 (patch) | |
tree | abcb242c2bcb6629398aa10d12234efcebafc416 /net-proxy | |
parent | net-proxy/haproxy: Stabilize 2.6.16 arm64, #928927 (diff) | |
download | gentoo-29be430be1b1f3846d8fb4a8c708716b2fe494c8.tar.gz gentoo-29be430be1b1f3846d8fb4a8c708716b2fe494c8.tar.bz2 gentoo-29be430be1b1f3846d8fb4a8c708716b2fe494c8.zip |
net-proxy/haproxy: Stabilize 2.8.7 arm64, #928927
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.8.7.ebuild b/net-proxy/haproxy/haproxy-2.8.7.ebuild index 86ce84d00cf8..efcc07b0ad03 100644 --- a/net-proxy/haproxy/haproxy-2.8.7.ebuild +++ b/net-proxy/haproxy/haproxy-2.8.7.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" + KEYWORDS="amd64 ~arm arm64 ~ppc x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" |