summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRichard Brown <rbrown@gentoo.org>2008-02-17 08:49:19 +0000
committerRichard Brown <rbrown@gentoo.org>2008-02-17 08:49:19 +0000
commite6a246b35275fca1df9798c017d076fbf1c1b591 (patch)
treea506226c250e6399a5053e0acb461f88e0f3dcf0 /eclass
parentstable amd64, bug 207109 (diff)
downloadhistorical-e6a246b35275fca1df9798c017d076fbf1c1b591.tar.gz
historical-e6a246b35275fca1df9798c017d076fbf1c1b591.tar.bz2
historical-e6a246b35275fca1df9798c017d076fbf1c1b591.zip
Explicitly set RDEPEND
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gems.eclass9
1 files changed, 6 insertions, 3 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass
index 25f4a0d0f7e1..810395e18a68 100644
--- a/eclass/gems.eclass
+++ b/eclass/gems.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.20 2008/01/16 05:52:20 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.21 2008/02/17 08:49:19 rbrown Exp $
#
# Author: Rob Cakebread <pythonhead@gentoo.org>
# Current Maintainer: Ruby Herd <ruby@gentoo.org>
@@ -25,8 +25,11 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
IUSE="doc"
-DEPEND=">=dev-ruby/rubygems-0.9.4
- !dev-ruby/rdoc"
+DEPEND="
+ >=dev-ruby/rubygems-0.9.4
+ !dev-ruby/rdoc
+"
+RDEPEND="${DEPEND}"
gems_location() {
local sitelibdir