diff options
Diffstat (limited to 'net-misc/sshpass/sshpass-1.04.ebuild')
-rw-r--r-- | net-misc/sshpass/sshpass-1.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sshpass/sshpass-1.04.ebuild b/net-misc/sshpass/sshpass-1.04.ebuild index b3c6524602ce..d2be0d1ca937 100644 --- a/net-misc/sshpass/sshpass-1.04.ebuild +++ b/net-misc/sshpass/sshpass-1.04.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/sshpass/sshpass-1.04.ebuild,v 1.2 2010/07/04 22:26:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/sshpass-1.04.ebuild,v 1.3 2010/07/16 09:22:52 fauli 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" |