diff options
Diffstat (limited to 'app-shells/rssh/rssh-2.3.4.ebuild')
-rw-r--r-- | app-shells/rssh/rssh-2.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/rssh/rssh-2.3.4.ebuild b/app-shells/rssh/rssh-2.3.4.ebuild index af0fba524448..aaec12f9717f 100644 --- a/app-shells/rssh/rssh-2.3.4.ebuild +++ b/app-shells/rssh/rssh-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.1 2012/11/29 19:35:47 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.2 2012/11/30 06:40:34 pinkbyte Exp $ EAPI=4 inherit eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="static" RDEPEND="virtual/ssh" |