diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-18 07:55:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-18 07:55:16 +0000 |
commit | 8a508da7709722e6ce305046842a758877b603c9 (patch) | |
tree | 995fa57ebb3dfd961c738f6c89f40af420782e7d /net-misc/sshpass | |
parent | Stable on amd64 wrt bug #328383 (diff) | |
download | gentoo-2-8a508da7709722e6ce305046842a758877b603c9.tar.gz gentoo-2-8a508da7709722e6ce305046842a758877b603c9.tar.bz2 gentoo-2-8a508da7709722e6ce305046842a758877b603c9.zip |
Stable on amd64 wrt bug #372071
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/sshpass')
-rw-r--r-- | net-misc/sshpass/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/sshpass/sshpass-1.04-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/sshpass/ChangeLog b/net-misc/sshpass/ChangeLog index 6684c54ca649..efc2cb8e6a51 100644 --- a/net-misc/sshpass/ChangeLog +++ b/net-misc/sshpass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/sshpass # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/ChangeLog,v 1.4 2011/05/26 13:55:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/ChangeLog,v 1.5 2011/06/18 07:55:16 hwoarang Exp $ + + 18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> sshpass-1.04-r1.ebuild: + Stable on amd64 wrt bug #372071 *sshpass-1.04-r1 (26 May 2011) diff --git a/net-misc/sshpass/sshpass-1.04-r1.ebuild b/net-misc/sshpass/sshpass-1.04-r1.ebuild index 39bc8c286338..8271ceb24ee7 100644 --- a/net-misc/sshpass/sshpass-1.04-r1.ebuild +++ b/net-misc/sshpass/sshpass-1.04-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/sshpass-1.04-r1.ebuild,v 1.1 2011/05/26 13:55:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/sshpass-1.04-r1.ebuild,v 1.2 2011/06/18 07:55:16 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="net-misc/openssh" |