summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-09-23 00:57:25 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-09-23 00:57:25 +0000
commit8e6cf27abb97626c6f6d45f7cbd135af211bc70c (patch)
treed869009cfeeeb7d62f8791282c70be5ce6bf0dbf /eclass
parentVersion bump, now installing files in ebuild due to broken makefile. (diff)
downloadgentoo-2-8e6cf27abb97626c6f6d45f7cbd135af211bc70c.tar.gz
gentoo-2-8e6cf27abb97626c6f6d45f7cbd135af211bc70c.tar.bz2
gentoo-2-8e6cf27abb97626c6f6d45f7cbd135af211bc70c.zip
Make the gems eclass block rdoc, which is now provided by ruby-1.8.2 and breaks some current gems
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gems.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass
index 9ba6d31a3be1..c4ca039594fb 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.6 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.7 2005/09/23 00:57:25 caleb Exp $
#
# Author: Rob Cakebread <pythonhead@gentoo.org>
# Current Maintainer: Rob Cakebread <pythonhead@gentoo.org>
@@ -22,7 +22,8 @@
inherit ruby eutils
-DEPEND=">=dev-ruby/rubygems-0.8.4-r1"
+DEPEND=">=dev-ruby/rubygems-0.8.4-r1
+ !dev-ruby/rdoc"
S=${WORKDIR}