diff options
Diffstat (limited to 'app-shells/rssh/rssh-2.3.3.ebuild')
-rw-r--r-- | app-shells/rssh/rssh-2.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/rssh/rssh-2.3.3.ebuild b/app-shells/rssh/rssh-2.3.3.ebuild index 2f92b8f9eeeb..6912fb93e987 100644 --- a/app-shells/rssh/rssh-2.3.3.ebuild +++ b/app-shells/rssh/rssh-2.3.3.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/app-shells/rssh/rssh-2.3.3.ebuild,v 1.3 2011/04/22 16:52:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.3.ebuild,v 1.4 2011/04/25 09:15:48 hwoarang 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" |