summaryrefslogtreecommitdiff
path: root/net-proxy
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2025-11-27 10:33:09 +0100
committerChristian Ruppert <idl0r@gentoo.org>2025-11-27 10:33:09 +0100
commit4fd86110809e03685378c0c75ea159c32ebed2e4 (patch)
tree702f992d6da6fb98a114043a62cbac6c8119ef50 /net-proxy
parentdd9137947f76925b83077884934c3728733a7fdd (diff)
downloadgentoo-4fd86110809e03685378c0c75ea159c32ebed2e4.tar.gz
gentoo-4fd86110809e03685378c0c75ea159c32ebed2e4.tar.bz2
gentoo-4fd86110809e03685378c0c75ea159c32ebed2e4.zip
net-proxy/haproxy: Stabilize 3.2.9
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/haproxy/haproxy-3.2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-3.2.9.ebuild b/net-proxy/haproxy/haproxy-3.2.9.ebuild
index 81130f8116d6..90ce3149abf3 100644
--- a/net-proxy/haproxy/haproxy-3.2.9.ebuild
+++ b/net-proxy/haproxy/haproxy-3.2.9.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 ~arm64 ~ppc ~x86"
+ KEYWORDS="amd64 ~arm64 ~ppc x86"
elif [[ ${PV} == 9999 ]]; then
VTEST_DIR="${WORKDIR}/VTest"
EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/"