summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-02-23 18:18:58 +0000
committerHans de Graaff <graaff@gentoo.org>2010-02-23 18:18:58 +0000
commitb9b0cc36c40753b0bb2b7d8bbac104130529ce4a (patch)
treee7d3810e46323fc7aaaf1139003bf42c6e5e7e15 /dev-ruby/json
parentStable on amd64 wrt bug #306433 (diff)
downloadgentoo-2-b9b0cc36c40753b0bb2b7d8bbac104130529ce4a.tar.gz
gentoo-2-b9b0cc36c40753b0bb2b7d8bbac104130529ce4a.tar.bz2
gentoo-2-b9b0cc36c40753b0bb2b7d8bbac104130529ce4a.zip
Add missing build dependency on dev-ruby/rake, fixes #306493.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/json')
-rw-r--r--dev-ruby/json/ChangeLog5
-rw-r--r--dev-ruby/json/json-1.2.0-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog
index cfc9cf1054e4..490fc0ef4ba1 100644
--- a/dev-ruby/json/ChangeLog
+++ b/dev-ruby/json/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.17 2010/01/13 16:13:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.18 2010/02/23 18:18:58 graaff Exp $
+
+ 23 Feb 2010; Hans de Graaff <graaff@gentoo.org> json-1.2.0-r1.ebuild:
+ Add missing build dependency on dev-ruby/rake, fixes #306493.
13 Jan 2010; Brent Baude <ranger@gentoo.org> json-1.2.0-r1.ebuild:
Marking json-1.2.0-r1 ~ppc64 for bug 297622
diff --git a/dev-ruby/json/json-1.2.0-r1.ebuild b/dev-ruby/json/json-1.2.0-r1.ebuild
index 2625597aae83..6bbe41b53a48 100644
--- a/dev-ruby/json/json-1.2.0-r1.ebuild
+++ b/dev-ruby/json/json-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.9 2010/01/13 16:13:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.10 2010/02/23 18:18:58 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -24,6 +24,7 @@ RDEPEND=""
DEPEND="dev-util/ragel"
ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend dev-ruby/rake
all_ruby_prepare() {
# Avoid building the extension twice!