diff options
author | Markus Meier <maekke@gentoo.org> | 2018-08-22 06:58:06 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-08-22 06:58:06 +0200 |
commit | b2f29f031f2f713c2f1f120ee898b547d947b60c (patch) | |
tree | 66eb8ae6345671182d916790b1221c54c3cac184 /net-proxy | |
parent | www-servers/apache: arm stable, bug #662894 (diff) | |
download | gentoo-b2f29f031f2f713c2f1f120ee898b547d947b60c.tar.gz gentoo-b2f29f031f2f713c2f1f120ee898b547d947b60c.tar.bz2 gentoo-b2f29f031f2f713c2f1f120ee898b547d947b60c.zip |
net-proxy/haproxy: arm stable, bug #662900
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-1.8.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-1.8.13.ebuild b/net-proxy/haproxy/haproxy-1.8.13.ebuild index 98f0e6952c30..7f78d78c47ae 100644 --- a/net-proxy/haproxy/haproxy-1.8.13.ebuild +++ b/net-proxy/haproxy/haproxy-1.8.13.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments" HOMEPAGE="http://www.haproxy.org" if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc x86" + KEYWORDS="amd64 arm ~ppc x86" else EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(get_version_component_range 1-2).git/" EGIT_BRANCH=master |