summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild')
-rw-r--r--dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild b/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild
index 0d4263736fcc..82eef8dbeccb 100644
--- a/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild
+++ b/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild,v 1.1 2010/02/01 16:39:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild,v 1.2 2010/05/22 13:33:37 flameeyes Exp $
EAPI=2
@@ -21,11 +21,12 @@ IUSE=""
# Probably needs the same jdk as JRuby but I'm not sure how to express
# that just yet.
-DEPEND="dev-util/ragel
+DEPEND="${DEPEND}
+ dev-util/ragel
ruby_targets_jruby? ( >=virtual/jdk-1.5 )"
-ruby_add_bdepend dev-ruby/rake
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "dev-ruby/rake
+ test? ( virtual/ruby-test-unit )"
all_ruby_prepare() {
# Fix issue #11 from upstream