summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-04-03 18:19:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-04-03 18:19:18 +0000
commit05d1ea9b8c1cf0a8b185e50a1c955a22ba167538 (patch)
tree4abf2d024032fc9189a50d72ffbafa840d640842 /dev-lang/ruby
parentimprove documentation in conf.d - use a different exec approach in init.d (diff)
downloadgentoo-2-05d1ea9b8c1cf0a8b185e50a1c955a22ba167538.tar.gz
gentoo-2-05d1ea9b8c1cf0a8b185e50a1c955a22ba167538.tar.bz2
gentoo-2-05d1ea9b8c1cf0a8b185e50a1c955a22ba167538.zip
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r--dev-lang/ruby/ruby-1.8.7_p72-r11.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/ruby/ruby-1.8.7_p72-r11.ebuild b/dev-lang/ruby/ruby-1.8.7_p72-r11.ebuild
index 0f55df7d109a..7f2c7c84f0b8 100644
--- a/dev-lang/ruby/ruby-1.8.7_p72-r11.ebuild
+++ b/dev-lang/ruby/ruby-1.8.7_p72-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r11.ebuild,v 1.1 2009/04/03 12:26:26 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r11.ebuild,v 1.2 2009/04/03 18:19:18 mr_bones_ Exp $
#PATCHES APPLY, DOESN'T COMPILE THOUGH
#ONIGURUMA="onigd2_5_9"
@@ -73,7 +73,6 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-ossl_ocsp-verification.patch"
epatch "${FILESDIR}/${PN}${MY_SUFFIX}-mkmf-parallel-install.patch"
-
# Fix a hardcoded lib path in configure script
sed -i -e "s:\(RUBY_LIB_PREFIX=\"\${prefix}/\)lib:\1$(get_libdir):" \
configure.in || die "sed failed"