summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-08-28 07:42:22 +0000
committerHans de Graaff <graaff@gentoo.org>2010-08-28 07:42:22 +0000
commita0db2a0f7d6db877bb460a811908983188ed7118 (patch)
tree0cc41aba26b8449a5442ddc21c98fb5891c8cc0d /dev-ruby/hoe/hoe-2.6.1.ebuild
parentVersion bump (diff)
downloadgentoo-2-a0db2a0f7d6db877bb460a811908983188ed7118.tar.gz
gentoo-2-a0db2a0f7d6db877bb460a811908983188ed7118.tar.bz2
gentoo-2-a0db2a0f7d6db877bb460a811908983188ed7118.zip
Fix file ordering issues with tests, fixing bug 323059.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hoe/hoe-2.6.1.ebuild')
-rw-r--r--dev-ruby/hoe/hoe-2.6.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/hoe/hoe-2.6.1.ebuild b/dev-ruby/hoe/hoe-2.6.1.ebuild
index 8c7aec1c6016..5c877b4d5d1e 100644
--- a/dev-ruby/hoe/hoe-2.6.1.ebuild
+++ b/dev-ruby/hoe/hoe-2.6.1.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/hoe/hoe-2.6.1.ebuild,v 1.3 2010/08/18 11:05:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild,v 1.4 2010/08/28 07:42:22 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -22,6 +22,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
+RUBY_PATCHES=( "${P}-test-file-ordering.patch" )
+
# - 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;