summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-06-19 11:45:55 +0000
committerHans de Graaff <graaff@gentoo.org>2011-06-19 11:45:55 +0000
commitbb34309acba77f70b7263213cf43730061d41edb (patch)
tree3b9edc8d468bf64651ff7a074e0888c322ea4669 /dev-ruby/libxml/libxml-2.0.6.ebuild
parentRevision bump. Fix build with cups-1.5, thanks to Dale for the report on the ... (diff)
downloadgentoo-2-bb34309acba77f70b7263213cf43730061d41edb.tar.gz
gentoo-2-bb34309acba77f70b7263213cf43730061d41edb.tar.bz2
gentoo-2-bb34309acba77f70b7263213cf43730061d41edb.zip
Remove dependency on rake-compiler altogether since we are not using that for building anyway. Fixes bug 370501.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml/libxml-2.0.6.ebuild')
-rw-r--r--dev-ruby/libxml/libxml-2.0.6.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/libxml/libxml-2.0.6.ebuild b/dev-ruby/libxml/libxml-2.0.6.ebuild
index a2dba641d930..b63398eb0636 100644
--- a/dev-ruby/libxml/libxml-2.0.6.ebuild
+++ b/dev-ruby/libxml/libxml-2.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.6.ebuild,v 1.1 2011/05/24 05:45:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.6.ebuild,v 1.2 2011/06/19 11:45:55 graaff Exp $
EAPI=2
@@ -30,6 +30,9 @@ all_ruby_prepare() {
# We don't have the hanna template available.
sed -i -e 's/hanna/rake/' Rakefile || die
+
+ # Remove rake-compiler bits since we don't use it
+ sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e '/GemPackageTask/,/end/d' Rakefile || die
}
each_ruby_configure() {