summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mosh/ChangeLog5
-rw-r--r--net-misc/mosh/mosh-1.2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog
index b4647702e8a8..7d0949c9073e 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.33 2012/12/12 18:29:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.34 2012/12/12 22:21:06 blueness Exp $
+
+ 12 Dec 2012; Anthony G. Basile <blueness@gentoo.org> mosh-1.2.3.ebuild:
+ stable ppc, bug #446988
12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mosh-1.2.3.ebuild:
Stable for amd64, wrt bug #446988
diff --git a/net-misc/mosh/mosh-1.2.3.ebuild b/net-misc/mosh/mosh-1.2.3.ebuild
index e78759a87e33..73c83cc1995f 100644
--- a/net-misc/mosh/mosh-1.2.3.ebuild
+++ b/net-misc/mosh/mosh-1.2.3.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.3.ebuild,v 1.3 2012/12/12 18:29:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild,v 1.4 2012/12/12 22:21:06 blueness 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 )"