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 B72B9139086 for ; Fri, 23 Dec 2016 15:34:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35DC7E0BFE; Fri, 23 Dec 2016 15:34:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13EB5E0BFE for ; Fri, 23 Dec 2016 15:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF26633FE7D for ; Fri, 23 Dec 2016 15:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E7B1AE8 for ; Fri, 23 Dec 2016 15:33:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1482506304.82da9c181d0f857c0159e566105556e8599f976f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux/tmux-2.3.ebuild app-misc/tmux/tmux-9999.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 82da9c181d0f857c0159e566105556e8599f976f X-VCS-Branch: master Date: Fri, 23 Dec 2016 15:33:57 +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: 8a5097e5-b7e2-4e5b-84d6-c31200efdb76 X-Archives-Hash: cb8bc49c9552eb3b63c06055e84face7 commit: 82da9c181d0f857c0159e566105556e8599f976f Author: Justin Lecher gentoo org> AuthorDate: Fri Dec 23 15:09:26 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Dec 23 15:18:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82da9c18 app-misc/tmux: Fix slot operators for libevent Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> app-misc/tmux/tmux-2.3.ebuild | 1 + app-misc/tmux/tmux-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/tmux/tmux-2.3.ebuild b/app-misc/tmux/tmux-2.3.ebuild index e42524c..115fdca 100644 --- a/app-misc/tmux/tmux-2.3.ebuild +++ b/app-misc/tmux/tmux-2.3.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux" CDEPEND=" + dev-libs/libevent:0= || ( =dev-libs/libevent-2.0* >=dev-libs/libevent-2.1.5-r4 diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index f402fd4..d12f855 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -18,7 +18,7 @@ KEYWORDS="" IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux" CDEPEND=" - >=dev-libs/libevent-2.0.10 + dev-libs/libevent:0= utempter? ( kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) )