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 | 5202f2df23be3dc883fff093ccbc0779c7ce2776 (patch) | |
tree | 29237fc58116f29e48ed33a45c734136d8ae1429 /eclass/gems.eclass | |
parent | Added APPCATEGORY so a .desktop file will be installed (diff) | |
download | gentoo-2-5202f2df23be3dc883fff093ccbc0779c7ce2776.tar.gz gentoo-2-5202f2df23be3dc883fff093ccbc0779c7ce2776.tar.bz2 gentoo-2-5202f2df23be3dc883fff093ccbc0779c7ce2776.zip |
Don't call ruby_patch_mkmf, it causes #164525
Diffstat (limited to 'eclass/gems.eclass')
-rw-r--r-- | eclass/gems.eclass | 4 |
1 files changed, 2 insertions, 2 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 } |