From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7091F1386F1 for ; Sun, 9 Aug 2015 17:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B47EB141CD; Sun, 9 Aug 2015 17:44:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60A97141CD for ; Sun, 9 Aug 2015 17:44:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34F753406AD for ; Sun, 9 Aug 2015 17:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CB4D132 for ; Sun, 9 Aug 2015 17:44:19 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439142068.80aa9c94ba1a6dacaee525a0b32e467cc0d5f3a8.zlogene@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.4.26.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 80aa9c94ba1a6dacaee525a0b32e467cc0d5f3a8 X-VCS-Branch: master Date: Sun, 9 Aug 2015 17:44:19 +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: 6963d011-0246-4484-8566-8869d4e44f72 X-Archives-Hash: 85e4b554094506088c46053a35b25bc5 commit: 80aa9c94ba1a6dacaee525a0b32e467cc0d5f3a8 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 9 17:41:08 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 9 17:41:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80aa9c94 net-proxy/haproxy: x86 stable wrt bug #553588 Package-Manager: portage-2.2.20 net-proxy/haproxy/haproxy-1.4.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/haproxy/haproxy-1.4.26.ebuild b/net-proxy/haproxy/haproxy-1.4.26.ebuild index 60db25b..8dbb3e2 100644 --- a/net-proxy/haproxy/haproxy-1.4.26.ebuild +++ b/net-proxy/haproxy/haproxy-1.4.26.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/$ LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="+crypt examples +pcre vim-syntax" DEPEND="pcre? ( dev-libs/libpcre )"