summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-15 18:05:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-15 18:05:43 +0000
commit37a8e0ff22696a88ea4d98470abc54881df76fd5 (patch)
tree8e684be68301fd5c6aaa199b09f83b8506f995d5 /dev-ruby/matchy/matchy-0.5.2.ebuild
parentCleanup (diff)
downloadhistorical-37a8e0ff22696a88ea4d98470abc54881df76fd5.tar.gz
historical-37a8e0ff22696a88ea4d98470abc54881df76fd5.tar.bz2
historical-37a8e0ff22696a88ea4d98470abc54881df76fd5.zip
Add a workaround for Ruby 1.9.2 (sent upstream a proper fix).
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/matchy/matchy-0.5.2.ebuild')
-rw-r--r--dev-ruby/matchy/matchy-0.5.2.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-ruby/matchy/matchy-0.5.2.ebuild b/dev-ruby/matchy/matchy-0.5.2.ebuild
index 1b7a3cc339df..fe1f015dff52 100644
--- a/dev-ruby/matchy/matchy-0.5.2.ebuild
+++ b/dev-ruby/matchy/matchy-0.5.2.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/matchy/matchy-0.5.2.ebuild,v 1.3 2010/05/28 15:26:07 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2.ebuild,v 1.4 2010/08/15 18:05:43 flameeyes Exp $
EAPI="2"
@@ -22,3 +22,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+
+# workaround for ruby 1.9.2, sent upstream after 0.5.2
+each_ruby_test() {
+ RUBYLIB="$(pwd)${RUBYLIB+:${RUBYLIB}}" each_fakegem_test
+}