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 764C1138350 for ; Mon, 30 Mar 2020 13:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C87E096C; Mon, 30 Mar 2020 13:14:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0B644E096C for ; Mon, 30 Mar 2020 13:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 825E634ED5B for ; Mon, 30 Mar 2020 13:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159E5150 for ; Mon, 30 Mar 2020 13:14:32 +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: <1585574028.e1e79e1f1e5f1682ecf668b0f24301b61e4ee1ce.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: e1e79e1f1e5f1682ecf668b0f24301b61e4ee1ce X-VCS-Branch: master Date: Mon, 30 Mar 2020 13:14:32 +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: bf75f0a1-5739-4db0-a33c-6ffde308d946 X-Archives-Hash: fbb2ef8fdba185f9d391a45e4e4744c6 commit: e1e79e1f1e5f1682ecf668b0f24301b61e4ee1ce Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Mar 30 13:13:48 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Mar 30 13:13:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e79e1f net-proxy/haproxy: amd64 stable wrt bug #701842 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" 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 9d63986726c..959a02dfcad 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 9d63986726c..959a02dfcad 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