summaryrefslogtreecommitdiff
path: root/eclass
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
commitbb28be2436d6303366fbe5a9d295fc37905755e4 (patch)
tree5c06a8b31241a533c8e1a6ca29e60e8fd0210e28 /eclass
parentStable on amd64 wrt bug #351699 (diff)
downloadhistorical-bb28be2436d6303366fbe5a9d295fc37905755e4.tar.gz
historical-bb28be2436d6303366fbe5a9d295fc37905755e4.tar.bz2
historical-bb28be2436d6303366fbe5a9d295fc37905755e4.zip
By default disable dependency tracking, all x11 packages support this one.
Diffstat (limited to '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}