summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rspec')
-rw-r--r--dev-ruby/rspec/ChangeLog5
-rw-r--r--dev-ruby/rspec/rspec-1.2.9-r1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog
index 1a666ccdffb1..e3b4c8b8a25a 100644
--- a/dev-ruby/rspec/ChangeLog
+++ b/dev-ruby/rspec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rspec
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.54 2009/12/15 15:06:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.55 2009/12/17 10:13:06 graaff Exp $
+
+ 17 Dec 2009; Hans de Graaff <graaff@gentoo.org> rspec-1.2.9-r1.ebuild:
+ Fix installation with USE=doc.
*rspec-1.2.9-r1 (15 Dec 2009)
diff --git a/dev-ruby/rspec/rspec-1.2.9-r1.ebuild b/dev-ruby/rspec/rspec-1.2.9-r1.ebuild
index 9955bc1e431d..55abb9eaa6b4 100644
--- a/dev-ruby/rspec/rspec-1.2.9-r1.ebuild
+++ b/dev-ruby/rspec/rspec-1.2.9-r1.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.9-r1.ebuild,v 1.1 2009/12/15 15:06:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.9-r1.ebuild,v 1.2 2009/12/17 10:13:06 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
+RUBY_FAKEGEM_TASK_DOC=""
+
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"