summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-12 18:38:27 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-12 18:38:27 +0000
commit02dbd55ce59688a904744e723336bb75f93da677 (patch)
tree6aeb2b58a9bc6f188e3d278ffd776c71088db31e /dev-ruby/hoe
parentRespect Gentoo's C compiler choice and don't force specific optimizations, th... (diff)
downloadgentoo-2-02dbd55ce59688a904744e723336bb75f93da677.tar.gz
gentoo-2-02dbd55ce59688a904744e723336bb75f93da677.tar.bz2
gentoo-2-02dbd55ce59688a904744e723336bb75f93da677.zip
Depend on rdoc gem since the code explicitly requires it now. Fixes 381233.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r--dev-ruby/hoe/ChangeLog5
-rw-r--r--dev-ruby/hoe/hoe-2.12.3.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog
index 956c7eba1661..ef98d2252357 100644
--- a/dev-ruby/hoe/ChangeLog
+++ b/dev-ruby/hoe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hoe
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.122 2011/09/10 10:04:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.123 2011/09/12 18:38:27 graaff Exp $
+
+ 12 Sep 2011; Hans de Graaff <graaff@gentoo.org> hoe-2.12.3.ebuild:
+ Depend on rdoc gem since the code explicitly requires it now. Fixes 381233.
*hoe-2.12.3 (10 Sep 2011)
diff --git a/dev-ruby/hoe/hoe-2.12.3.ebuild b/dev-ruby/hoe/hoe-2.12.3.ebuild
index b3d8534b1af1..62e7c7c8b5dc 100644
--- a/dev-ruby/hoe/hoe-2.12.3.ebuild
+++ b/dev-ruby/hoe/hoe-2.12.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.1 2011/09/10 10:04:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.2 2011/09/12 18:38:27 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -22,6 +22,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
# - also requires dev-ruby/hoe-seattlerb for 1.9;
# - dev-ruby/gemcutter is an optional dependency at both runtime and
# test-time, at least for us;