summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-04-29 13:01:58 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-04-29 22:28:31 -0400
commit097e142c6f471684cc5b224b0fc2be2565445067 (patch)
tree86f00329d9a426601bfd6878ce7dbd08f6aaef52 /net-proxy/haproxy/haproxy-2.4.25.ebuild
parentnet-proxy/haproxy: Stabilize 2.9.6 arm64, #928927 (diff)
downloadgentoo-097e142c6f471684cc5b224b0fc2be2565445067.tar.gz
gentoo-097e142c6f471684cc5b224b0fc2be2565445067.tar.bz2
gentoo-097e142c6f471684cc5b224b0fc2be2565445067.zip
net-proxy/haproxy: unkeyword all for arm
Bug: https://bugs.gentoo.org/928927 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy/haproxy-2.4.25.ebuild')
-rw-r--r--net-proxy/haproxy/haproxy-2.4.25.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.4.25.ebuild b/net-proxy/haproxy/haproxy-2.4.25.ebuild
index cc9dae7242c5..74bb3576a796 100644
--- a/net-proxy/haproxy/haproxy-2.4.25.ebuild
+++ b/net-proxy/haproxy/haproxy-2.4.25.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 x86"
+ KEYWORDS="amd64 arm64 x86"
elif [[ ${PV} == 9999 ]]; then
VTEST_DIR="${WORKDIR}/VTest"
EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/"