summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-08-25 20:58:13 +0000
committerAlex Alexander <wired@gentoo.org>2010-08-25 20:58:13 +0000
commitf6e3239de25a69ee0dd7748fb12c711bd02cc1d9 (patch)
tree19e08606ea5ea70eb25003c00e210dd7fecb555e /app-misc/tmux/tmux-1.2.ebuild
parentfix order of ECVS_CVS_COMMAND and its default options #334241 by Michał Górny (diff)
downloadgentoo-2-f6e3239de25a69ee0dd7748fb12c711bd02cc1d9.tar.gz
gentoo-2-f6e3239de25a69ee0dd7748fb12c711bd02cc1d9.tar.bz2
gentoo-2-f6e3239de25a69ee0dd7748fb12c711bd02cc1d9.zip
restrain libevent dependency to 1.x since tmux does not work with libevent-2.x versions currently available in tree. bug #333819
(Portage version: 2.2_rc67_p716/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/tmux/tmux-1.2.ebuild')
-rw-r--r--app-misc/tmux/tmux-1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-1.2.ebuild b/app-misc/tmux/tmux-1.2.ebuild
index 310cf1b57145..652e2c434bff 100644
--- a/app-misc/tmux/tmux-1.2.ebuild
+++ b/app-misc/tmux/tmux-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.2.ebuild,v 1.10 2010/07/24 16:54:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.2.ebuild,v 1.11 2010/08/25 20:58:13 wired Exp $
inherit eutils toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="vim-syntax"
-DEPEND="dev-libs/libevent
+DEPEND="<dev-libs/libevent-2
sys-libs/ncurses"
RDEPEND="${DEPEND}
vim-syntax? ( || (