summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-05-23 12:22:06 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-05-23 12:22:06 +0000
commit9453358ef396de13e505168ae939539c99c0e4aa (patch)
treeb88a8520ecc6503918a18bc7fbdc8fe74e3d9171 /eclass/gems.eclass
parentamd64 stable, bug #260692 (diff)
downloadhistorical-9453358ef396de13e505168ae939539c99c0e4aa.tar.gz
historical-9453358ef396de13e505168ae939539c99c0e4aa.tar.bz2
historical-9453358ef396de13e505168ae939539c99c0e4aa.zip
Change the blocker from generic dev-ruby/rdoc to rdoc earlier than 2.
We're going to need an rdoc-2 one day.
Diffstat (limited to 'eclass/gems.eclass')
-rw-r--r--eclass/gems.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass
index 5cc49d486b91..ee2c6cba7637 100644
--- a/eclass/gems.eclass
+++ b/eclass/gems.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.25 2009/03/17 19:39:51 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.26 2009/05/23 12:22:06 flameeyes Exp $
# @ECLASS: gems.eclass
# @MAINTAINER:
@@ -26,7 +26,7 @@ IUSE="doc"
DEPEND="
|| ( >=dev-ruby/rubygems-0.9.4 =dev-lang/ruby-1.9* )
- !dev-ruby/rdoc
+ !<dev-ruby/rdoc-2
"
RDEPEND="${DEPEND}"
@@ -60,7 +60,7 @@ gems_src_compile() {
}
# @FUNCTION: gems_src_install
-# @DESCRIPTION:
+# @DESCRIPTION:
# Installs the gem
gems_src_install() {
local myconf
@@ -77,7 +77,7 @@ gems_src_install() {
einfo "QA notice"
einfo "The ebuild doesn't set USE_RUBY explicitly. Defaulting to ruby18."
einfo "Please check compatibility and set USE_RUBY respectively."
-
+
USE_RUBY="ruby18"
elif [[ "${USE_RUBY}" == "any" ]]; then
ewarn