diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2024-06-12 09:14:50 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2024-06-12 09:15:01 +0200 |
commit | dfcccb81de41ce23836abb9cdd8bcb08699a27f4 (patch) | |
tree | 419c380ccf7fefd46b8b378fb77a64be9db87965 /net-proxy/haproxy | |
parent | net-proxy/haproxy: Bump to 2.9.8 (diff) | |
download | gentoo-dfcccb81de41ce23836abb9cdd8bcb08699a27f4.tar.gz gentoo-dfcccb81de41ce23836abb9cdd8bcb08699a27f4.tar.bz2 gentoo-dfcccb81de41ce23836abb9cdd8bcb08699a27f4.zip |
net-proxy/haproxy: Stabilize 2.9.7 for x86/amd64
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.9.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.9.7.ebuild b/net-proxy/haproxy/haproxy-2.9.7.ebuild index dca3aa00891c..5bd41962b345 100644 --- a/net-proxy/haproxy/haproxy-2.9.7.ebuild +++ b/net-proxy/haproxy/haproxy-2.9.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 ~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/" |