diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-19 03:42:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-19 03:42:49 +0000 |
commit | d71f47ce4c6a046d05b26fbfe51bf277289a5078 (patch) | |
tree | 9cb50dd8a31073dc7fca61103f97001ce191bf87 /net-misc | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-d71f47ce4c6a046d05b26fbfe51bf277289a5078.tar.gz gentoo-2-d71f47ce4c6a046d05b26fbfe51bf277289a5078.tar.bz2 gentoo-2-d71f47ce4c6a046d05b26fbfe51bf277289a5078.zip |
Fix for prefix and add ~arm-linux + ~x86-linux keywords.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/mosh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/mosh/mosh-1.2.3.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog index 49f1766b71cb..898007ca1ea5 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.35 2012/12/16 16:27:02 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.36 2013/02/19 03:42:49 zmedico Exp $ + + 19 Feb 2013; Zac Medico <zmedico@gentoo.org> mosh-1.2.3.ebuild: + Fix for prefix and add ~arm-linux + ~x86-linux keywords. 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mosh-1.2.3.ebuild: Stable for x86, wrt bug #446988 diff --git a/net-misc/mosh/mosh-1.2.3.ebuild b/net-misc/mosh/mosh-1.2.3.ebuild index deae8b5f8202..60160356649f 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 +# Copyright 1999-2013 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.5 2012/12/16 16:27:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild,v 1.6 2013/02/19 03:42:49 zmedico 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 ~arm-linux ~x86-linux" IUSE="bash-completion +client examples +mosh-hardening +server ufw +utempter" REQUIRED_USE="|| ( client server ) examples? ( client )" @@ -63,7 +63,7 @@ src_install() { if use bash-completion ; then insinto /usr/share/bash-completion - doins "${D}"/etc/bash_completion.d/mosh - rm -rf "${D}"/etc/bash_completion.d + doins "${ED}"/etc/bash_completion.d/mosh + rm -rf "${ED}"/etc/bash_completion.d fi } |