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 47B25138331 for ; Mon, 12 Feb 2018 22:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B143E0946; Mon, 12 Feb 2018 22:10:29 +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 392ECE0946 for ; Mon, 12 Feb 2018 22:10:29 +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 E1F3E335C5A for ; Mon, 12 Feb 2018 22:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B12B1F3 for ; Mon, 12 Feb 2018 22:10:26 +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: <1518473257.06f98e2bf3bbb5f4a920b3e99c65ac350bd75dd4.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.7.10.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 06f98e2bf3bbb5f4a920b3e99c65ac350bd75dd4 X-VCS-Branch: master Date: Mon, 12 Feb 2018 22:10: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: cfe853d9-3516-40f3-a603-d7ea25c2d504 X-Archives-Hash: 0a313fc303a6936dfb2e706a74e4c5d5 commit: 06f98e2bf3bbb5f4a920b3e99c65ac350bd75dd4 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Feb 12 22:07:37 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Feb 12 22:07:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f98e2b net-proxy/haproxy: x86 stable (bug #643878) Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-proxy/haproxy/haproxy-1.7.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/haproxy/haproxy-1.7.10.ebuild b/net-proxy/haproxy/haproxy-1.7.10.ebuild index 38e5fbe7304..6a08f308b88 100644 --- a/net-proxy/haproxy/haproxy-1.7.10.ebuild +++ b/net-proxy/haproxy/haproxy-1.7.10.ebuild @@ -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