diff options
Diffstat (limited to 'net-proxy/haproxy/haproxy-2.6.19.ebuild')
-rw-r--r-- | net-proxy/haproxy/haproxy-2.6.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.6.19.ebuild b/net-proxy/haproxy/haproxy-2.6.19.ebuild index ce11ece1a066..1a0bb77f9535 100644 --- a/net-proxy/haproxy/haproxy-2.6.19.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.19.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/" |