diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-01-31 13:46:07 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-01-31 13:46:07 +0000 |
commit | fbdbcbbc1620d237d6068669cad7ae744eccf5e3 (patch) | |
tree | 26ca8336481b4aa41654318390582c7c62dcabff /eclass | |
parent | Added APPCATEGORY so a .desktop file will be installed (diff) | |
download | historical-fbdbcbbc1620d237d6068669cad7ae744eccf5e3.tar.gz historical-fbdbcbbc1620d237d6068669cad7ae744eccf5e3.tar.bz2 historical-fbdbcbbc1620d237d6068669cad7ae744eccf5e3.zip |
Don't call ruby_patch_mkmf, it causes #164525
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gems.eclass | 4 | ||||
-rw-r--r-- | eclass/ruby.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass index 5c2381ea9383..6d22506d08cb 100644 --- a/eclass/gems.eclass +++ b/eclass/gems.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.15 2007/01/29 12:15:50 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.16 2007/01/31 13:46:07 pclouds Exp $ # # Author: Rob Cakebread <pythonhead@gentoo.org> # Current Maintainer: Ruby Herd <ruby@gentoo.org> @@ -37,7 +37,7 @@ gems_location() { } gems_src_unpack() { - ruby_patch_mkmf + #ruby_patch_mkmf true } diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 792e27e42917..38da2dc2377c 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.61 2007/01/29 12:15:50 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.62 2007/01/31 13:46:07 pclouds Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -71,7 +71,7 @@ END } ruby_src_unpack() { - ruby_patch_mkmf + #ruby_patch_mkmf unpack ${A} cd ${S} # apply bulk patches |