summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-02-15 21:41:12 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-02-15 21:41:12 +0000
commitde6808265d8c06d39c6f3fa71d0ef45c94e3899b (patch)
treeb113d6eaa75c815b88805f98bc02af99d0af2d1b /dev-ruby/bacon/bacon-1.1.0-r1.ebuild
parentadded warning, removed unnecessary quotes (diff)
downloadgentoo-2-de6808265d8c06d39c6f3fa71d0ef45c94e3899b.tar.gz
gentoo-2-de6808265d8c06d39c6f3fa71d0ef45c94e3899b.tar.bz2
gentoo-2-de6808265d8c06d39c6f3fa71d0ef45c94e3899b.zip
Add patch from upstream git to fix tests with Ruby 1.9.2 (closes bug #332879).
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bacon/bacon-1.1.0-r1.ebuild')
-rw-r--r--dev-ruby/bacon/bacon-1.1.0-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/bacon/bacon-1.1.0-r1.ebuild b/dev-ruby/bacon/bacon-1.1.0-r1.ebuild
index 8765a1ba8a86..886bed6f00f8 100644
--- a/dev-ruby/bacon/bacon-1.1.0-r1.ebuild
+++ b/dev-ruby/bacon/bacon-1.1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/bacon-1.1.0-r1.ebuild,v 1.2 2010/10/02 17:40:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/bacon-1.1.0-r1.ebuild,v 1.3 2011/02/15 21:41:12 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,3 +17,5 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE=""
+
+RUBY_PATCHES="${FILESDIR}/${P}+ruby-1.9.2.patch"