From fa5dfc358dee09370cafb52ebb436756d970d7f9 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto" Date: Sun, 27 Jun 2010 01:43:51 +0000 Subject: [app-misc/tmux-1.2] Changed the dep order for vim / gvim by Tiago's request - fixes bug 325251. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- app-misc/tmux/ChangeLog | 7 ++++++- app-misc/tmux/tmux-1.2.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'app-misc/tmux') diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog index b28408b236a2..b865aa97b7f6 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.42 2010/05/17 17:38:50 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.43 2010/06/27 01:43:51 jmbsvicetto Exp $ + + 27 Jun 2010; Jorge Manuel B. S. Vicetto + tmux-1.2.ebuild: + [app-misc/tmux-1.2] Changed the dep order for vim / gvim by Tiago's + request - fixes bug 325251. 17 May 2010; Kenneth Prugh tmux-1.2.ebuild: amd64 stable, bug #317535 diff --git a/app-misc/tmux/tmux-1.2.ebuild b/app-misc/tmux/tmux-1.2.ebuild index 94bc5f65bf9b..82a7fd8d2023 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.7 2010/05/17 17:38:50 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.2.ebuild,v 1.8 2010/06/27 01:43:51 jmbsvicetto Exp $ inherit eutils toolchain-funcs @@ -17,8 +17,8 @@ DEPEND="dev-libs/libevent sys-libs/ncurses" RDEPEND="${DEPEND} vim-syntax? ( || ( - app-editors/gvim - app-editors/vim ) )" + app-editors/vim + app-editors/gvim ) )" src_unpack() { unpack ${A} -- cgit v1.2.3-65-gdbad