diff options
Diffstat (limited to 'net-misc/autossh')
-rw-r--r-- | net-misc/autossh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.4b.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog index 41c89f0a4ed2..c5b1b81897a5 100644 --- a/net-misc/autossh/ChangeLog +++ b/net-misc/autossh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/autossh # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.30 2011/02/01 19:49:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.31 2011/03/30 21:20:01 radhermit Exp $ + + 30 Mar 2011; Tim Harder <radhermit@gentoo.org> autossh-1.4b.ebuild: + Add ~arm keyword (bug #356619). 01 Feb 2011; Tim Harder <radhermit@gentoo.org> -autossh-1.2g.ebuild: Remove old diff --git a/net-misc/autossh/autossh-1.4b.ebuild b/net-misc/autossh/autossh-1.4b.ebuild index a7ecca6c4da1..dba1b05927d8 100644 --- a/net-misc/autossh/autossh-1.4b.ebuild +++ b/net-misc/autossh/autossh-1.4b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4b.ebuild,v 1.6 2010/12/18 12:44:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4b.ebuild,v 1.7 2011/03/30 21:20:01 radhermit Exp $ EAPI=2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.harding.motd.ca/autossh/" SRC_URI="http://www.harding.motd.ca/${PN}/${P}.tgz" LICENSE="BSD" -KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" SLOT="0" IUSE="" |