diff options
author | Alex Alexander <wired@gentoo.org> | 2010-08-19 18:12:30 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-08-19 18:12:30 +0000 |
commit | dc09c8a926697696054766bc10ffaf569f24eeaf (patch) | |
tree | 4019569f60fc35461f190e9b640aa1a568487b5c /app-misc/tmux | |
parent | Version bumped. (diff) | |
download | gentoo-2-dc09c8a926697696054766bc10ffaf569f24eeaf.tar.gz gentoo-2-dc09c8a926697696054766bc10ffaf569f24eeaf.tar.bz2 gentoo-2-dc09c8a926697696054766bc10ffaf569f24eeaf.zip |
fixed typo
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/tmux/tmux-1.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog index 2fb08167f19e..064cfb9b8f17 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.47 2010/08/19 17:12:27 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.48 2010/08/19 18:12:30 wired Exp $ + + 19 Aug 2010; Alex Alexander <wired@gentoo.org> tmux-1.3.ebuild: + fixed typo 19 Aug 2010; Alex Alexander <wired@gentoo.org> tmux-1.3.ebuild: EAPI 3. added warnings regarding removed commands and incompatibility with diff --git a/app-misc/tmux/tmux-1.3.ebuild b/app-misc/tmux/tmux-1.3.ebuild index 138aa9ef69f3..f2179a5f3009 100644 --- a/app-misc/tmux/tmux-1.3.ebuild +++ b/app-misc/tmux/tmux-1.3.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.3.ebuild,v 1.2 2010/08/19 17:12:27 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild,v 1.3 2010/08/19 18:12:30 wired Exp $ EAPI=3 @@ -60,7 +60,7 @@ pkg_setup() { ewarn ewarn "WARNING: after updating to tmux 1.3 you will _not_ be able to connect to any" ewarn "running 1.2 tmux server instances. You'll have to use an existing client to" - ewarn "to end your old sessions or kill the old server instances. Otherwise you'll" - ewarn "have to temporarily downgrade to tmux 1.2 to access them." + ewarn "end your old sessions or kill the old server instances. Otherwise you'll have" + ewarn "to temporarily downgrade to tmux 1.2 to access them." ewarn } |