summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-12 18:29:41 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-12 18:29:41 +0000
commit1c94919d5da65e2f0ac346c4e2eeb6b2eb4ea503 (patch)
tree6bd57528a6694104c214ba2c9b43bc0cd35324a7 /net-misc/mosh
parentStable for amd64, wrt bug #446988 (diff)
downloadgentoo-2-1c94919d5da65e2f0ac346c4e2eeb6b2eb4ea503.tar.gz
gentoo-2-1c94919d5da65e2f0ac346c4e2eeb6b2eb4ea503.tar.bz2
gentoo-2-1c94919d5da65e2f0ac346c4e2eeb6b2eb4ea503.zip
Stable for amd64, wrt bug #446988
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/mosh')
-rw-r--r--net-misc/mosh/ChangeLog6
-rw-r--r--net-misc/mosh/mosh-1.2.3.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog
index 80bfe77cb91b..b4647702e8a8 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.32 2012/10/30 00:28:06 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.33 2012/12/12 18:29:41 ago Exp $
+
+ 12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mosh-1.2.3.ebuild:
+ Stable for amd64, wrt bug #446988
30 Oct 2012; Michael Weber <xmw@gentoo.org> mosh-1.2.2.ebuild,
mosh-1.2.3.ebuild, mosh-9999.ebuild:
@@ -151,4 +154,3 @@
06 Apr 2012; Michael Weber <xmw@gentoo.org> +mosh-1.1.3.ebuild,
+mosh-9999.ebuild, +metadata.xml:
Initial import.
-
diff --git a/net-misc/mosh/mosh-1.2.3.ebuild b/net-misc/mosh/mosh-1.2.3.ebuild
index 4a6edcff2e1b..e78759a87e33 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.2 2012/10/30 00:28:06 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild,v 1.3 2012/12/12 18:29:41 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 )"