public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13800 - main/trunk/bin
@ 2009-07-06 20:38 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-07-06 20:38 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-07-06 20:38:13 +0000 (Mon, 06 Jul 2009)
New Revision: 13800

Modified:
   main/trunk/bin/ebuild.sh
Log:
Bug #273640 - Add --disable-dependency-tracking to econf arguments for
EAPI 3. Thanks to Markus Meier <maekke@gentoo.org> for this patch.


Modified: main/trunk/bin/ebuild.sh
===================================================================
--- main/trunk/bin/ebuild.sh	2009-07-06 20:23:57 UTC (rev 13799)
+++ main/trunk/bin/ebuild.sh	2009-07-06 20:38:13 UTC (rev 13800)
@@ -491,6 +491,11 @@
 			done
 		fi
 
+		# EAPI=3 adds --disable-dependency-tracking to econf
+		if ! hasq "$EAPI" 0 1 2 ; then
+			set -- --disable-dependency-tracking "$@"
+		fi
+
 		# if the profile defines a location to install libs to aside from default, pass it on.
 		# if the ebuild passes in --libdir, they're responsible for the conf_libdir fun.
 		local CONF_LIBDIR LIBDIR_VAR="LIBDIR_${ABI}"




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-06 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 20:38 [gentoo-commits] portage r13800 - main/trunk/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox