diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-11-07 11:30:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-11-07 11:30:29 +0000 |
commit | e2b0fd98eb555038e38b60b9b6079409b22cbc0d (patch) | |
tree | 00b92c69b2686c475c2d806dc4a0ceb2e53708dd /sys-power/iasl/iasl-20110922.ebuild | |
parent | Version bump, as requested by Moyaze Shivji of the LINX engineering department. (diff) | |
download | historical-e2b0fd98eb555038e38b60b9b6079409b22cbc0d.tar.gz historical-e2b0fd98eb555038e38b60b9b6079409b22cbc0d.tar.bz2 historical-e2b0fd98eb555038e38b60b9b6079409b22cbc0d.zip |
Bug #389799: more parallel make problems.
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'sys-power/iasl/iasl-20110922.ebuild')
-rw-r--r-- | sys-power/iasl/iasl-20110922.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/iasl/iasl-20110922.ebuild b/sys-power/iasl/iasl-20110922.ebuild index 6c74eb91ba99..d7bc7beae9c5 100644 --- a/sys-power/iasl/iasl-20110922.ebuild +++ b/sys-power/iasl/iasl-20110922.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/sys-power/iasl/iasl-20110922.ebuild,v 1.1 2011/11/07 03:39:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20110922.ebuild,v 1.2 2011/11/07 11:30:29 robbat2 Exp $ EAPI=4 @@ -41,6 +41,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-20110922-locale.patch" epatch "${FILESDIR}/${PN}-20110922-parallelmake-001.patch" epatch "${FILESDIR}/${PN}-20110922-parallelmake-002.patch" + epatch "${FILESDIR}/${PN}-20110922-parallelmake-003.patch" find "${S}" -type f -name 'Makefile*' -print0 | \ xargs -0 -I '{}' \ |