From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CE25139694 for ; Tue, 14 Mar 2017 23:29:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0DCE0CE3; Tue, 14 Mar 2017 23:29:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77BBBE0CE3 for ; Tue, 14 Mar 2017 23:29:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55F14340DF9 for ; Tue, 14 Mar 2017 23:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD3A2686B for ; Tue, 14 Mar 2017 23:29:26 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489534125.d60089fbd26e51adde4618d035e47d58f5db4ef7.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy/haproxy-1.6.11.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: d60089fbd26e51adde4618d035e47d58f5db4ef7 X-VCS-Branch: master Date: Tue, 14 Mar 2017 23:29:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a52097b5-fe74-4cad-8da9-5be1b7306863 X-Archives-Hash: bfe666e68e67219df3992d5dae78dfc1 commit: d60089fbd26e51adde4618d035e47d58f5db4ef7 Author: Michael Weber gentoo org> AuthorDate: Tue Mar 14 23:28:45 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Mar 14 23:28:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60089fb net-proxy/haproxy: arm ppc stable (bug 611184). Package-Manager: Portage-2.3.4, Repoman-2.3.2 net-proxy/haproxy/haproxy-1.6.11.ebuild | 4 ++-- 1 file 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 d7a2e8b88ac..96abf1cced3 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