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 6943413888F for ; Tue, 6 Oct 2015 16:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A34DE0818; Tue, 6 Oct 2015 16:26:43 +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 A4F7BE0818 for ; Tue, 6 Oct 2015 16:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82289340566 for ; Tue, 6 Oct 2015 16:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D33E8AD8 for ; Tue, 6 Oct 2015 16:26:37 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1444148788.f625f93c98cbed7524b3e808bee2981e0f57d27c.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux/tmux-1.9a.ebuild app-misc/tmux/tmux-2.0-r1.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: f625f93c98cbed7524b3e808bee2981e0f57d27c X-VCS-Branch: master Date: Tue, 6 Oct 2015 16:26:37 +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: 9edd0fa2-74f2-4ce8-8246-3f1e4776dee5 X-Archives-Hash: 1336877d34a43975c1fa386c518abca8 commit: f625f93c98cbed7524b3e808bee2981e0f57d27c Author: Tobias Klausmann gentoo org> AuthorDate: Tue Oct 6 16:25:58 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Oct 6 16:26:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f625f93c app-misc/tmux: Add blocker for broken libevent versions Gentoo-Bug: 540456 Package-Manager: portage-2.2.22 app-misc/tmux/tmux-1.9a.ebuild | 1 + app-misc/tmux/tmux-2.0-r1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-misc/tmux/tmux-1.9a.ebuild b/app-misc/tmux/tmux-1.9a.ebuild index df65494..6f015ef 100644 --- a/app-misc/tmux/tmux-1.9a.ebuild +++ b/app-misc/tmux/tmux-1.9a.ebuild @@ -18,6 +18,7 @@ IUSE="debug selinux vim-syntax" COMMON_DEPEND=" >=dev-libs/libevent-2.0.10 +