diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-11 10:35:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-11 10:35:32 +0000 |
commit | c8bb385b59a42ddd63056155034b31df08d5c2c9 (patch) | |
tree | 9704ba6d04fc7177304e536d52ae570ef5119d89 /app-misc/tmux | |
parent | Bugfixes in ebuild and init script and addition systemd unit file, all from s... (diff) | |
download | gentoo-2-c8bb385b59a42ddd63056155034b31df08d5c2c9.tar.gz gentoo-2-c8bb385b59a42ddd63056155034b31df08d5c2c9.tar.bz2 gentoo-2-c8bb385b59a42ddd63056155034b31df08d5c2c9.zip |
Stable for amd64, wrt bug #469350
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/tmux/tmux-1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog index e71d133ff7b6..9961b55021d4 100644 --- a/app-misc/tmux/ChangeLog +++ b/app-misc/tmux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/tmux # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.95 2013/03/27 15:33:02 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.96 2013/05/11 10:35:32 ago Exp $ + + 11 May 2013; Agostino Sarubbo <ago@gentoo.org> tmux-1.8.ebuild: + Stable for amd64, wrt bug #469350 27 Mar 2013; Alex Alexander <wired@gentoo.org> tmux-1.8.ebuild: fixed fail with stable automake diff --git a/app-misc/tmux/tmux-1.8.ebuild b/app-misc/tmux/tmux-1.8.ebuild index 25dd36d3f3a3..2516b44a3801 100644 --- a/app-misc/tmux/tmux-1.8.ebuild +++ b/app-misc/tmux/tmux-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.8.ebuild,v 1.2 2013/03/27 15:33:02 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.8.ebuild,v 1.3 2013/05/11 10:35:32 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="vim-syntax" COMMON_DEPEND=" |