diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2011-01-07 17:16:31 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2011-01-07 17:16:31 +0000 |
commit | e5a2962748c1f8080b123b5b27f0efaabf65ecbe (patch) | |
tree | 69e913a760670119fb464f05a1ec8b964ae1dd2f /app-admin/chef | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-e5a2962748c1f8080b123b5b27f0efaabf65ecbe.tar.gz gentoo-2-e5a2962748c1f8080b123b5b27f0efaabf65ecbe.tar.bz2 gentoo-2-e5a2962748c1f8080b123b5b27f0efaabf65ecbe.zip |
fix dependency on dev-ruby/json to include ebuild revisions of 1.4.6
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/chef')
-rw-r--r-- | app-admin/chef/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/chef/chef-0.9.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/chef/ChangeLog b/app-admin/chef/ChangeLog index d4cafb502a9e..a10d49ee08e9 100644 --- a/app-admin/chef/ChangeLog +++ b/app-admin/chef/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/chef # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.5 2011/01/07 14:06:05 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.6 2011/01/07 17:16:31 hollow Exp $ + + 07 Jan 2011; Benedikt Böhm <hollow@gentoo.org> chef-0.9.12.ebuild: + fix dependency on dev-ruby/json to include ebuild revisions of 1.4.6 *chef-0.9.12 (07 Jan 2011) diff --git a/app-admin/chef/chef-0.9.12.ebuild b/app-admin/chef/chef-0.9.12.ebuild index 34e9bb7738ee..b7e79c186a7a 100644 --- a/app-admin/chef/chef-0.9.12.ebuild +++ b/app-admin/chef/chef-0.9.12.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-admin/chef/chef-0.9.12.ebuild,v 1.1 2011/01/07 14:06:05 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-0.9.12.ebuild,v 1.2 2011/01/07 17:16:31 hollow Exp $ EAPI="2" USE_RUBY="ruby18" @@ -23,7 +23,7 @@ ruby_add_rdepend ">=dev-ruby/bunny-0.6.0 dev-ruby/extlib dev-ruby/highline >=dev-ruby/json-1.4.4 - <=dev-ruby/json-1.4.6 + <dev-ruby/json-1.4.7 >=dev-ruby/mixlib-authentication-1.1.0 >=dev-ruby/mixlib-cli-1.1.0 >=dev-ruby/mixlib-config-1.1.2 |