diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-02 12:37:07 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-02 12:37:07 +0000 |
commit | a0bc73275e32b02cd8a7520324870f1da6187181 (patch) | |
tree | 89e5a495048944975950d73c3de8eb2f9f17fc45 /net-misc/autossh | |
parent | err, no idea how those parentheses got there (diff) | |
download | gentoo-2-a0bc73275e32b02cd8a7520324870f1da6187181.tar.gz gentoo-2-a0bc73275e32b02cd8a7520324870f1da6187181.tar.bz2 gentoo-2-a0bc73275e32b02cd8a7520324870f1da6187181.zip |
x86 stable wrt bug #346895
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'net-misc/autossh')
-rw-r--r-- | net-misc/autossh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.4b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog index 52e844071f42..0fee9d96db55 100644 --- a/net-misc/autossh/ChangeLog +++ b/net-misc/autossh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/autossh # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.26 2010/08/03 18:18:40 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.27 2010/12/02 12:37:07 phajdan.jr Exp $ + + 02 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> autossh-1.4b.ebuild: + x86 stable wrt bug #346895 03 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> autossh-1.2g.ebuild, autossh-1.4b.ebuild: diff --git a/net-misc/autossh/autossh-1.4b.ebuild b/net-misc/autossh/autossh-1.4b.ebuild index 1a444c47400f..7f9b8e782c42 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 # 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.3 2010/08/03 18:18:40 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4b.ebuild,v 1.4 2010/12/02 12:37:07 phajdan.jr 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 ~hppa ~ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" SLOT="0" IUSE="" |