summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-08-11 21:23:29 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-08-11 21:23:29 +0000
commitccab8e5ca7370994b93f21758a0477cf278dbca5 (patch)
tree8cdbd0ee8518c5f44ef8d8c0139a98da71d3ef5e /net-misc/mosh
parentversion bump with patch from Julian Ospald (bug #430922) (diff)
downloadgentoo-2-ccab8e5ca7370994b93f21758a0477cf278dbca5.tar.gz
gentoo-2-ccab8e5ca7370994b93f21758a0477cf278dbca5.tar.bz2
gentoo-2-ccab8e5ca7370994b93f21758a0477cf278dbca5.zip
Stable for amd64, wrt bug #430404
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/mosh')
-rw-r--r--net-misc/mosh/ChangeLog5
-rw-r--r--net-misc/mosh/mosh-1.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog
index 5516b8f6f90a..00a9a2343b2d 100644
--- a/net-misc/mosh/ChangeLog
+++ b/net-misc/mosh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/mosh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.27 2012/08/09 13:58:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.28 2012/08/11 21:23:29 ago Exp $
+
+ 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> mosh-1.2.2.ebuild:
+ Stable for amd64, wrt bug #430404
09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> mosh-1.2.2.ebuild:
Keyword ~mips
diff --git a/net-misc/mosh/mosh-1.2.2.ebuild b/net-misc/mosh/mosh-1.2.2.ebuild
index 4d89345c5d73..81f62813e205 100644
--- a/net-misc/mosh/mosh-1.2.2.ebuild
+++ b/net-misc/mosh/mosh-1.2.2.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/net-misc/mosh/mosh-1.2.2.ebuild,v 1.3 2012/08/09 13:58:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.4 2012/08/11 21:23:29 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/keithw/${PN}/tarball/${P} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~mips ppc ~x86"
+KEYWORDS="amd64 ~mips ppc ~x86"
IUSE="bash-completion +client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="|| ( client server )
examples? ( client )"