summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-04-06 11:41:31 +0000
committerFabian Groffen <grobian@gentoo.org>2014-04-06 11:41:31 +0000
commite8a93ee391a9ab7436dd74f932cb92fbe159126e (patch)
tree0ab540b0d36542f9f312f9de50ac6ba0b6c893b0 /net-misc/mosh
parentFixed for Prefix, bug #506392 (diff)
downloadgentoo-2-e8a93ee391a9ab7436dd74f932cb92fbe159126e.tar.gz
gentoo-2-e8a93ee391a9ab7436dd74f932cb92fbe159126e.tar.bz2
gentoo-2-e8a93ee391a9ab7436dd74f932cb92fbe159126e.zip
Keyworded ~x64-macos, bug #506494
(Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'net-misc/mosh')
-rw-r--r--net-misc/mosh/ChangeLog7
-rw-r--r--net-misc/mosh/mosh-1.2.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog
index 8015eb4db504..e9c2dea7e650 100644
--- a/net-misc/mosh/ChangeLog
+++ b/net-misc/mosh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/mosh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.46 2013/12/14 21:02:45 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.47 2014/04/06 11:41:31 grobian Exp $
+
+ 06 Apr 2014; Fabian Groffen <grobian@gentoo.org> mosh-1.2.4.ebuild:
+ Keyworded ~x64-macos, bug #506494
14 Dec 2013; Sébastien Fabbro <bicatali@gentoo.org> mosh-1.2.4.ebuild:
Keyword amd64-linux
diff --git a/net-misc/mosh/mosh-1.2.4.ebuild b/net-misc/mosh/mosh-1.2.4.ebuild
index 3efed17fbf59..ce5a1fa1c39c 100644
--- a/net-misc/mosh/mosh-1.2.4.ebuild
+++ b/net-misc/mosh/mosh-1.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.4.ebuild,v 1.7 2013/12/14 21:02:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.4.ebuild,v 1.8 2014/04/06 11:41:31 grobian Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
IUSE="+client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="|| ( client server )
examples? ( client )"