diff options
Diffstat (limited to 'dev-ruby/net-scp/net-scp-1.0.2.ebuild')
-rw-r--r-- | dev-ruby/net-scp/net-scp-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/net-scp/net-scp-1.0.2.ebuild b/dev-ruby/net-scp/net-scp-1.0.2.ebuild index 1fd31f18b5f5..298f26c05f1e 100644 --- a/dev-ruby/net-scp/net-scp-1.0.2.ebuild +++ b/dev-ruby/net-scp/net-scp-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.0.2.ebuild,v 1.1 2009/02/25 20:59:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.0.2.ebuild,v 1.2 2009/04/03 05:20:25 josejx Exp $ inherit gems @@ -9,7 +9,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/scp" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ppc ppc64 ~x86" IUSE="" RDEPEND=">=dev-ruby/net-ssh-2.0.0" |