summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-15 17:55:21 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-15 17:55:21 +0000
commit629c0b8dd864cf8e36e3501a19f4871614748d4a (patch)
tree85a2e0adb96e33a4fbbafdcc5f953a50998dc8db /eclass/xorg-2.eclass
parentStable on amd64 wrt bug #351699 (diff)
downloadgentoo-2-629c0b8dd864cf8e36e3501a19f4871614748d4a.tar.gz
gentoo-2-629c0b8dd864cf8e36e3501a19f4871614748d4a.tar.bz2
gentoo-2-629c0b8dd864cf8e36e3501a19f4871614748d4a.zip
By default disable dependency tracking, all x11 packages support this one.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r--eclass/xorg-2.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 372e6ad57051..4594ba10baa9 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.21 2011/01/06 11:01:59 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.22 2011/01/15 17:55:21 scarabeus Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -313,6 +313,7 @@ xorg-2_src_configure() {
myopts+=" $(use_enable static-libs static)"
fi
econf \
+ --disable-dependency-tracking \
${FONT_OPTIONS} \
${CONFIGURE_OPTIONS} \
${myopts}