summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gentoo.org>2010-04-14 14:25:30 +0000
committerTiago Cunha <tcunha@gentoo.org>2010-04-14 14:25:30 +0000
commit163f1943a0f7cb251fc7f87f7c5423c069f93d76 (patch)
tree2ae3ec248a7491c174aa7c9f3824b4b82b0b0ff9 /app-misc
parentVersion bump, bug #296767. (diff)
downloadgentoo-2-163f1943a0f7cb251fc7f87f7c5423c069f93d76.tar.gz
gentoo-2-163f1943a0f7cb251fc7f87f7c5423c069f93d76.tar.bz2
gentoo-2-163f1943a0f7cb251fc7f87f7c5423c069f93d76.zip
Do not depend on a specific version of dev-libs/libevent per bug #314607, and while there depend on sys-libs/ncurses.
(Portage version: 2.1.7.17/cvs/Linux sparc64)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tmux/ChangeLog6
-rw-r--r--app-misc/tmux/tmux-1.2.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog
index 848f6d1673a2..c51f27041f16 100644
--- a/app-misc/tmux/ChangeLog
+++ b/app-misc/tmux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/tmux
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.35 2010/03/10 21:45:21 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.36 2010/04/14 14:25:30 tcunha Exp $
+
+ 14 Apr 2010; Tiago Cunha <tiago@gentoo.org> tmux-1.2.ebuild:
+ Do not depend on a specific version of dev-libs/libevent per bug #314607,
+ and while there depend on sys-libs/ncurses.
*tmux-1.2 (10 Mar 2010)
diff --git a/app-misc/tmux/tmux-1.2.ebuild b/app-misc/tmux/tmux-1.2.ebuild
index be636e9adc1e..a66baea58eff 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.1 2010/03/10 21:45:21 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.2.ebuild,v 1.2 2010/04/14 14:25:30 tcunha Exp $
inherit toolchain-funcs
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="vim-syntax"
-DEPEND="<dev-libs/libevent-2"
+DEPEND="dev-libs/libevent
+ sys-libs/ncurses"
RDEPEND="${DEPEND}
vim-syntax? ( || (
app-editors/gvim