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 4776C138350 for ; Mon, 30 Mar 2020 13:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2AFE089A; Mon, 30 Mar 2020 13:36:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50C18E089A for ; Mon, 30 Mar 2020 13:36:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C743D34EFCD for ; Mon, 30 Mar 2020 13:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70EB31AA for ; Mon, 30 Mar 2020 13:36:10 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1585575338.20a137c2e0b22482a56230f68fd5460e0927c670.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy/haproxy-2.0.13.ebuild net-proxy/haproxy/haproxy-2.1.3.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 20a137c2e0b22482a56230f68fd5460e0927c670 X-VCS-Branch: master Date: Mon, 30 Mar 2020 13:36:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d207ae59-3665-400d-9042-90f81ef163d1 X-Archives-Hash: 2dc4f45c4ff797149c7eef55845f6195 commit: 20a137c2e0b22482a56230f68fd5460e0927c670 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Mar 30 13:35:38 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Mar 30 13:35:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a137c2 net-proxy/haproxy: arm stable wrt bug #701842 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo gentoo.org> net-proxy/haproxy/haproxy-2.0.13.ebuild | 2 +- net-proxy/haproxy/haproxy-2.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/haproxy/haproxy-2.0.13.ebuild b/net-proxy/haproxy/haproxy-2.0.13.ebuild index 959a02dfcad..8b0340f13d9 100644 --- a/net-proxy/haproxy/haproxy-2.0.13.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.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/$(ver_cut 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-$(ver_cut 1-2).git/" EGIT_BRANCH=master diff --git a/net-proxy/haproxy/haproxy-2.1.3.ebuild b/net-proxy/haproxy/haproxy-2.1.3.ebuild index 959a02dfcad..8b0340f13d9 100644 --- a/net-proxy/haproxy/haproxy-2.1.3.ebuild +++ b/net-proxy/haproxy/haproxy-2.1.3.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/$(ver_cut 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-$(ver_cut 1-2).git/" EGIT_BRANCH=master