diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-26 12:19:51 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-26 12:19:51 +0000 |
commit | f994d31317805a5d651508be7e1daeba16e0ffe1 (patch) | |
tree | 632750008a20ac96980ce87fd53576ced15c8d1e /app-misc/tmux | |
parent | Version bump. (diff) | |
download | gentoo-2-f994d31317805a5d651508be7e1daeba16e0ffe1.tar.gz gentoo-2-f994d31317805a5d651508be7e1daeba16e0ffe1.tar.bz2 gentoo-2-f994d31317805a5d651508be7e1daeba16e0ffe1.zip |
keyword ~arm, bug #436244
(Portage version: 2.1.11.9/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.6.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog index 44cd9ef0cc8b..a5f1f7e6427d 100644 --- a/app-misc/tmux/ChangeLog +++ b/app-misc/tmux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/tmux # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.80 2012/09/22 02:48:50 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.81 2012/09/26 12:19:51 blueness Exp $ + + 26 Sep 2012; Anthony G. Basile <blueness@gentoo.org> tmux-1.5.ebuild, + tmux-1.6.ebuild: + keyword ~arm, bug #436244 22 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> tmux-1.6.ebuild: amd64 stable, wrt bug #435320 @@ -286,4 +290,3 @@ +tmux-0.4a.ebuild: Initial commit from the sunrise overlay. I'm going to proxy-maintain this for Tiago Cunha <me@tiagocunha.org>. - diff --git a/app-misc/tmux/tmux-1.6.ebuild b/app-misc/tmux/tmux-1.6.ebuild index 80580819d6f7..03d8ab9b121c 100644 --- a/app-misc/tmux/tmux-1.6.ebuild +++ b/app-misc/tmux/tmux-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.6.ebuild,v 1.7 2012/09/22 02:48:50 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.6.ebuild,v 1.8 2012/09/26 12:19:51 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ~mips ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="vim-syntax" DEPEND=" |