summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-02-20 13:02:47 +0000
committerHans de Graaff <graaff@gentoo.org>2011-02-20 13:02:47 +0000
commit755f58bad0b0289ad3ace4dbf561c4953cccf0fe (patch)
treed58cd402da100a0575956f6136932aaf85271493 /dev-ruby/racc
parentFixed overflow in mpd_newConnection (bug #340141) (diff)
downloadgentoo-2-755f58bad0b0289ad3ace4dbf561c4953cccf0fe.tar.gz
gentoo-2-755f58bad0b0289ad3ace4dbf561c4953cccf0fe.tar.bz2
gentoo-2-755f58bad0b0289ad3ace4dbf561c4953cccf0fe.zip
Always depend on dev-ruby/rake since we use it to build the package. Fixes bux 355305.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/racc')
-rw-r--r--dev-ruby/racc/ChangeLog6
-rw-r--r--dev-ruby/racc/racc-1.4.6.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/racc/ChangeLog b/dev-ruby/racc/ChangeLog
index 0ef69a9bb6c6..d3644a131a62 100644
--- a/dev-ruby/racc/ChangeLog
+++ b/dev-ruby/racc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/racc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.53 2011/01/07 11:10:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.54 2011/02/20 13:02:47 graaff Exp $
+
+ 20 Feb 2011; Hans de Graaff <graaff@gentoo.org> racc-1.4.6.ebuild:
+ Always depend on dev-ruby/rake since we use it to build the package. Fixes
+ bux 355305.
07 Jan 2011; Hans de Graaff <graaff@gentoo.org> racc-1.4.6.ebuild:
Keyword ~x86-macos.
diff --git a/dev-ruby/racc/racc-1.4.6.ebuild b/dev-ruby/racc/racc-1.4.6.ebuild
index e3915604d97f..1896d41e63e2 100644
--- a/dev-ruby/racc/racc-1.4.6.ebuild
+++ b/dev-ruby/racc/racc-1.4.6.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/racc/racc-1.4.6.ebuild,v 1.10 2011/01/07 11:10:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.6.ebuild,v 1.11 2011/02/20 13:02:47 graaff Exp $
EAPI=2
@@ -20,7 +20,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
+ruby_add_bdepend "dev-ruby/rake test? ( virtual/ruby-test-unit )"
all_ruby_prepare() {
# for Ruby 1.9.2 compatibility
@@ -59,7 +59,7 @@ each_ruby_compile() {
each_ruby_test() {
case ${RUBY} in
*jruby)
- ewarn "Using JRuby 1.4.0 the tests are currently badly broken,"
+ ewarn "Using JRuby 1.5.2 the tests are currently badly broken,"
ewarn "so they are disabled until a new racc or a new JRuby is"
ewarn "released."
;;