diff options
author | 2012-08-21 14:17:21 +0000 | |
---|---|---|
committer | 2012-08-21 14:17:21 +0000 | |
commit | b7930858989b5ae26d7c16ceb0b264d62a5d2199 (patch) | |
tree | 5038a967b853188e61c551a8add4e34712d21aa0 /net-misc/mosh | |
parent | Depend on qpdf. (diff) | |
download | gentoo-2-b7930858989b5ae26d7c16ceb0b264d62a5d2199.tar.gz gentoo-2-b7930858989b5ae26d7c16ceb0b264d62a5d2199.tar.bz2 gentoo-2-b7930858989b5ae26d7c16ceb0b264d62a5d2199.zip |
Stable for x86, wrt bug #430404
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/mosh/mosh-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog index 00a9a2343b2d..4001224b7d4d 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.28 2012/08/11 21:23:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.29 2012/08/21 14:17:21 johu Exp $ + + 21 Aug 2012; Johannes Huber <johu@gentoo.org> mosh-1.2.2.ebuild: + Stable for x86, wrt bug #430404 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> mosh-1.2.2.ebuild: Stable for amd64, wrt bug #430404 diff --git a/net-misc/mosh/mosh-1.2.2.ebuild b/net-misc/mosh/mosh-1.2.2.ebuild index 81f62813e205..d5f645cea30e 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.4 2012/08/11 21:23:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.5 2012/08/21 14:17:21 johu 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 )" |