summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-03-15 00:28:45 +0100
committerMichael Weber <xmw@gentoo.org>2017-03-15 00:28:45 +0100
commitd60089fbd26e51adde4618d035e47d58f5db4ef7 (patch)
treeda68fce4923f56d917c2dcc995fb13b141b46d6f /net-proxy/haproxy
parentdev-libs/libslz: arm ppc stable (bug 611184). (diff)
downloadgentoo-d60089fbd26e51adde4618d035e47d58f5db4ef7.tar.gz
gentoo-d60089fbd26e51adde4618d035e47d58f5db4ef7.tar.bz2
gentoo-d60089fbd26e51adde4618d035e47d58f5db4ef7.zip
net-proxy/haproxy: arm ppc stable (bug 611184).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'net-proxy/haproxy')
-rw-r--r--net-proxy/haproxy/haproxy-1.6.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/haproxy/haproxy-1.6.11.ebuild b/net-proxy/haproxy/haproxy-1.6.11.ebuild
index d7a2e8b88acc..96abf1cced39 100644
--- a/net-proxy/haproxy/haproxy-1.6.11.ebuild
+++ b/net-proxy/haproxy/haproxy-1.6.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -12,7 +12,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
HOMEPAGE="http://haproxy.1wt.eu"
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