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 E3207138334 for ; Mon, 6 Aug 2018 22:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D577E0827; Mon, 6 Aug 2018 22:21:03 +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 F26A4E0824 for ; Mon, 6 Aug 2018 22:21:02 +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 D620D335C9F for ; Mon, 6 Aug 2018 22:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D356398 for ; Mon, 6 Aug 2018 22:20:59 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1533593823.9c4694e68f757eaa80d5a20e946133104b052a24.whissi@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.8.13.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9c4694e68f757eaa80d5a20e946133104b052a24 X-VCS-Branch: master Date: Mon, 6 Aug 2018 22:20:59 +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: 9041b194-6d7c-42d4-97d1-ab31b2580624 X-Archives-Hash: a314872eb1cdb360bbc22e80556a08c4 commit: 9c4694e68f757eaa80d5a20e946133104b052a24 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 6 22:17:03 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 6 22:17:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4694e6 net-proxy/haproxy: x86 stable (bug #662900) Package-Manager: Portage-2.3.44, Repoman-2.3.10 net-proxy/haproxy/haproxy-1.8.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/haproxy/haproxy-1.8.13.ebuild b/net-proxy/haproxy/haproxy-1.8.13.ebuild index 44131da836d..f00bcd2cbbe 100644 --- a/net-proxy/haproxy/haproxy-1.8.13.ebuild +++ b/net-proxy/haproxy/haproxy-1.8.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/$(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