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
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')
-rw-r--r--app-misc/tmux/ChangeLog7
-rw-r--r--app-misc/tmux/tmux-1.2.ebuild4
-rw-r--r--app-misc/tmux/tmux-1.3.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog
index 064cfb9b8f17..1ec9211cff7f 100644
--- a/app-misc/tmux/ChangeLog
+++ b/app-misc/tmux/ChangeLog
@@ -1,6 +1,11 @@
# 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.48 2010/08/19 18:12:30 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.49 2010/08/25 20:58:13 wired Exp $
+
+ 25 Aug 2010; Alex Alexander <wired@gentoo.org> tmux-1.2.ebuild,
+ tmux-1.3.ebuild:
+ restrain libevent dependency to 1.x since tmux does not work with
+ libevent-2.x versions currently available in tree. bug #333819
19 Aug 2010; Alex Alexander <wired@gentoo.org> tmux-1.3.ebuild:
fixed typo
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? ( || (
diff --git a/app-misc/tmux/tmux-1.3.ebuild b/app-misc/tmux/tmux-1.3.ebuild
index f2179a5f3009..9c168a32378c 100644
--- a/app-misc/tmux/tmux-1.3.ebuild
+++ b/app-misc/tmux/tmux-1.3.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.3.ebuild,v 1.3 2010/08/19 18:12:30 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild,v 1.4 2010/08/25 20:58:13 wired Exp $
EAPI=3
@@ -15,7 +15,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? ( || (