diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-12 22:21:06 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-12 22:21:06 +0000 |
commit | 734b7c22c36b41a1f6b58d2db2af4e87ed6b9eaa (patch) | |
tree | 8bf7ac425d51595c1d121b7fe90b64fad581b1e9 /net-misc | |
parent | version bump wrt #376855 (diff) | |
download | gentoo-2-734b7c22c36b41a1f6b58d2db2af4e87ed6b9eaa.tar.gz gentoo-2-734b7c22c36b41a1f6b58d2db2af4e87ed6b9eaa.tar.bz2 gentoo-2-734b7c22c36b41a1f6b58d2db2af4e87ed6b9eaa.zip |
stable ppc, bug #446988
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/mosh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/mosh/mosh-1.2.3.ebuild | 4 |
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 )" |