diff options
author | 2018-07-15 15:36:52 +0200 | |
---|---|---|
committer | 2018-07-15 16:19:23 +0200 | |
commit | 372e09d432d0942af4d94e5e739988ef4e00940b (patch) | |
tree | 5bcf94a735357c03349e85a420f5613a4566da92 /net-proxy/haproxy/haproxy-1.8.9.ebuild | |
parent | dev-lang/go: x86 stable (bug #660736) (diff) | |
download | gentoo-372e09d432d0942af4d94e5e739988ef4e00940b.tar.gz gentoo-372e09d432d0942af4d94e5e739988ef4e00940b.tar.bz2 gentoo-372e09d432d0942af4d94e5e739988ef4e00940b.zip |
net-proxy/haproxy: x86 stable (bug #661002)
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'net-proxy/haproxy/haproxy-1.8.9.ebuild')
-rw-r--r-- | net-proxy/haproxy/haproxy-1.8.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-1.8.9.ebuild b/net-proxy/haproxy/haproxy-1.8.9.ebuild index 44131da836d2..f00bcd2cbbe7 100644 --- a/net-proxy/haproxy/haproxy-1.8.9.ebuild +++ b/net-proxy/haproxy/haproxy-1.8.9.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 |