summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/grit/ChangeLog4
-rw-r--r--dev-ruby/grit/grit-2.3.0.ebuild5
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-ruby/grit/ChangeLog b/dev-ruby/grit/ChangeLog
index 878c48837..9772745db 100644
--- a/dev-ruby/grit/ChangeLog
+++ b/dev-ruby/grit/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Oct 2010; Nathan Phillip Brink (ohnobinki)
+ <ohnobinki@ohnopublishing.net> grit-2.3.0.ebuild:
+ Replace all_ruby_prepare() with RUBY_PATCHES.
+
*grit-2.3.0 (12 Oct 2010)
12 Oct 2010; Nathan Phillip Brink (ohnobinki)
diff --git a/dev-ruby/grit/grit-2.3.0.ebuild b/dev-ruby/grit/grit-2.3.0.ebuild
index 10e536b69..5d07c3520 100644
--- a/dev-ruby/grit/grit-2.3.0.ebuild
+++ b/dev-ruby/grit/grit-2.3.0.ebuild
@@ -29,7 +29,4 @@ ruby_add_bdepend "doc? ( virtual/ruby-rdoc )
ruby_add_rdepend "dev-ruby/mime-types
dev-ruby/diff-lcs"
-all_ruby_prepare() {
- # http://github.com/mojombo/grit/issues/issue/34
- epatch "${FILESDIR}"/${P}-sorted-refs.patch
-}
+RUBY_PATCHES=(${P}-sorted-refs.patch)