diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-24 14:35:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-24 14:35:12 +0000 |
commit | 2f919558b8605f5778636c682cb55713243eac4c (patch) | |
tree | 4eec81400655e9f70f02d823c2eb4bd7879ac456 /dev-ruby/capistrano | |
parent | remove old (diff) | |
download | gentoo-2-2f919558b8605f5778636c682cb55713243eac4c.tar.gz gentoo-2-2f919558b8605f5778636c682cb55713243eac4c.tar.bz2 gentoo-2-2f919558b8605f5778636c682cb55713243eac4c.zip |
Bump net-ssh version requirement.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.5.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index bc275488dd9d..02174e2b2dc0 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.48 2009/10/23 15:16:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.49 2009/11/24 14:35:12 flameeyes Exp $ + + 24 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> + capistrano-2.5.9.ebuild: + Bump net-ssh version requirement. *capistrano-2.5.9 (23 Oct 2009) diff --git a/dev-ruby/capistrano/capistrano-2.5.9.ebuild b/dev-ruby/capistrano/capistrano-2.5.9.ebuild index dd901ad4a5db..a15097c13b6a 100644 --- a/dev-ruby/capistrano/capistrano-2.5.9.ebuild +++ b/dev-ruby/capistrano/capistrano-2.5.9.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/capistrano/capistrano-2.5.9.ebuild,v 1.1 2009/10/23 15:16:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.9.ebuild,v 1.2 2009/11/24 14:35:12 flameeyes Exp $ inherit gems @@ -15,7 +15,7 @@ USE_RUBY="ruby18" DEPEND=">=dev-lang/ruby-1.8.2 >=dev-ruby/rubygems-1.3.0 - >=dev-ruby/net-ssh-2.0.10 + >=dev-ruby/net-ssh-2.0.14 >=dev-ruby/net-sftp-2.0.2 >=dev-ruby/net-scp-1.0.2 >=dev-ruby/net-ssh-gateway-1.0.0 |