summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-09-03 18:41:34 +0000
committerHans de Graaff <graaff@gentoo.org>2008-09-03 18:41:34 +0000
commit15f0fb6755cfd297e0f6287639dc968c56ccc202 (patch)
tree244921bc2cdbe9a09a9047352dc783f2424c3f06 /dev-ruby
parentMask app-editors/emacs-cvs-22.2.92. (diff)
downloadgentoo-2-15f0fb6755cfd297e0f6287639dc968c56ccc202.tar.gz
gentoo-2-15f0fb6755cfd297e0f6287639dc968c56ccc202.tar.bz2
gentoo-2-15f0fb6755cfd297e0f6287639dc968c56ccc202.zip
Add dependency on rubygems 1.2.0, fixing #236444
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/hoe/ChangeLog6
-rw-r--r--dev-ruby/hoe/hoe-1.7.0.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog
index 30f562e8c483..183bb7e43b9c 100644
--- a/dev-ruby/hoe/ChangeLog
+++ b/dev-ruby/hoe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/hoe
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.36 2008/07/08 01:46:31 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.37 2008/09/03 18:41:34 graaff Exp $
+
+ 03 Sep 2008; Hans de Graaff <graaff@gentoo.org> hoe-1.7.0.ebuild:
+ Depend on rubygems 1.2.0 since the generated tasks depend on it. Thanks to
+ Cyril Mougel for providing the information in #236444.
08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> hoe-1.7.0.ebuild:
Add ~x86-fbsd.
diff --git a/dev-ruby/hoe/hoe-1.7.0.ebuild b/dev-ruby/hoe/hoe-1.7.0.ebuild
index af66c128d053..371984286b69 100644
--- a/dev-ruby/hoe/hoe-1.7.0.ebuild
+++ b/dev-ruby/hoe/hoe-1.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.7.0.ebuild,v 1.3 2008/07/08 01:46:31 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.7.0.ebuild,v 1.4 2008/09/03 18:41:34 graaff Exp $
inherit gems
@@ -13,4 +13,5 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-ruby/rake-0.8.1
- >=dev-ruby/rubyforge-1.0.0"
+ >=dev-ruby/rubyforge-1.0.0
+ >=dev-ruby/rubygems-1.2.0"