summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-23 08:40:38 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-23 08:40:38 +0000
commit1864352e0a20fef1e243295c26bf77ac71f2da24 (patch)
treedc61fe63dd6643fc8d3343ca006be783c69b6df7 /dev-ruby/i18n
parentversion bump (diff)
downloadgentoo-2-1864352e0a20fef1e243295c26bf77ac71f2da24.tar.gz
gentoo-2-1864352e0a20fef1e243295c26bf77ac71f2da24.tar.bz2
gentoo-2-1864352e0a20fef1e243295c26bf77ac71f2da24.zip
Remove broken blocker on test-unit:2 since this no longer appears to be a problem.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/i18n')
-rw-r--r--dev-ruby/i18n/ChangeLog6
-rw-r--r--dev-ruby/i18n/i18n-0.4.2.ebuild11
2 files changed, 8 insertions, 9 deletions
diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog
index 47c48f3da398..d3f665f7bfb4 100644
--- a/dev-ruby/i18n/ChangeLog
+++ b/dev-ruby/i18n/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/i18n
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.28 2011/01/22 15:17:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.29 2011/01/23 08:40:38 graaff Exp $
+
+ 23 Jan 2011; Hans de Graaff <graaff@gentoo.org> i18n-0.4.2.ebuild:
+ Remove broken blocker on test-unit:2 since this no longer appears to be a
+ problem.
22 Jan 2011; Hans de Graaff <graaff@gentoo.org> -i18n-0.3.3.ebuild,
-i18n-0.4.1.ebuild:
diff --git a/dev-ruby/i18n/i18n-0.4.2.ebuild b/dev-ruby/i18n/i18n-0.4.2.ebuild
index 3ec5d036a6e1..2ec5e94f2797 100644
--- a/dev-ruby/i18n/i18n-0.4.2.ebuild
+++ b/dev-ruby/i18n/i18n-0.4.2.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/i18n/i18n-0.4.2.ebuild,v 1.3 2011/01/10 18:24:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.4.2.ebuild,v 1.4 2011/01/23 08:40:38 graaff Exp $
EAPI=2
@@ -39,17 +39,12 @@ USE_RUBY="${USE_RUBY/jruby/}" \
)"
# mocha is optionally used by the testsuite, try to increase coverage
-# of testing by depending on it; when mocha is used, though,
-# test-unit:2 cannot be merged at the same time (mocha problem?)
+# of testing by depending on it.
#
# One further test dependency would be ruby-cldr
# (http://rubygems.org/gems/ruby-cldr) but we don't have it in tree
# yet.
-ruby_add_bdepend "
- test? (
- dev-ruby/mocha
- !!dev-ruby/test-unit:2
- )"
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
all_ruby_prepare() {
sed -i '/bundler/d' test/test_setup/bundle.rb || die "Unable to remove Bundler support"