summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/mocha/mocha-0.5.6.ebuild')
-rw-r--r--dev-ruby/mocha/mocha-0.5.6.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/mocha/mocha-0.5.6.ebuild b/dev-ruby/mocha/mocha-0.5.6.ebuild
index 0dd45d7eb8b5..a6cb74ebfc72 100644
--- a/dev-ruby/mocha/mocha-0.5.6.ebuild
+++ b/dev-ruby/mocha/mocha-0.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.5.6.ebuild,v 1.1 2008/01/26 07:20:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.5.6.ebuild,v 1.2 2008/06/20 05:33:50 graaff Exp $
inherit gems
@@ -11,3 +11,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
+DEPEND="dev-ruby/rake"
+RDEPEND="${DEPEND}"