diff options
Diffstat (limited to 'app-shells/rssh/rssh-2.3.2.ebuild')
-rw-r--r-- | app-shells/rssh/rssh-2.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/rssh/rssh-2.3.2.ebuild b/app-shells/rssh/rssh-2.3.2.ebuild index 3e07f295d071..38c9cc230fa1 100644 --- a/app-shells/rssh/rssh-2.3.2.ebuild +++ b/app-shells/rssh/rssh-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.5 2006/08/05 09:36:29 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.6 2006/08/06 16:50:57 weeve Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="static" RDEPEND="virtual/ssh" |