diff options
author | 2010-04-27 23:49:12 +0000 | |
---|---|---|
committer | 2010-04-27 23:49:12 +0000 | |
commit | fecdab5a8d4033da5f432ed0e16be5705c9e8189 (patch) | |
tree | b78d6a5afb72b5571d59bd9c3bfcc269c4f8df32 /app-misc/tmux | |
parent | update pkg_postinst() checks (diff) | |
download | gentoo-2-fecdab5a8d4033da5f432ed0e16be5705c9e8189.tar.gz gentoo-2-fecdab5a8d4033da5f432ed0e16be5705c9e8189.tar.bz2 gentoo-2-fecdab5a8d4033da5f432ed0e16be5705c9e8189.zip |
stable sparc, bug 317535
(Portage version: 2.1.8.3/cvs/Linux sparc64)
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/tmux/tmux-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog index 97ab66ae6b88..5bc34c4b71a2 100644 --- a/app-misc/tmux/ChangeLog +++ b/app-misc/tmux/ChangeLog @@ -1,6 +1,9 @@ # 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.37 2010/04/14 17:45:28 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.38 2010/04/27 23:49:12 tcunha Exp $ + + 27 Apr 2010; Tiago Cunha <tcunha@gentoo.org> tmux-1.2.ebuild: + stable sparc, bug 317535 14 Apr 2010; Tiago Cunha <tcunha@gentoo.org> tmux-1.2.ebuild: Do not depend on a specific version of dev-libs/libevent per bug #314607, diff --git a/app-misc/tmux/tmux-1.2.ebuild b/app-misc/tmux/tmux-1.2.ebuild index a66baea58eff..b16742ca0188 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.2 2010/04/14 14:25:30 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.2.ebuild,v 1.3 2010/04/27 23:49:12 tcunha Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="vim-syntax" DEPEND="dev-libs/libevent |