diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-06-27 01:43:51 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-06-27 01:43:51 +0000 |
commit | fa5dfc358dee09370cafb52ebb436756d970d7f9 (patch) | |
tree | de813077532e2a8e67f2d20429a59927a83d13b8 /app-misc/tmux | |
parent | Run testsuite only if USE graphicsmagick is enabled wrt #325683 by Diego E. P... (diff) | |
download | gentoo-2-fa5dfc358dee09370cafb52ebb436756d970d7f9.tar.gz gentoo-2-fa5dfc358dee09370cafb52ebb436756d970d7f9.tar.bz2 gentoo-2-fa5dfc358dee09370cafb52ebb436756d970d7f9.zip |
[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)
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/tmux/tmux-1.2.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
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 <jmbsvicetto@gentoo.org> + 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 <ken69267@gentoo.org> 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} |