summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-07-01 21:53:14 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-07-01 21:53:14 +0000
commitf56adbf1ba34c0437a5005837b5cbb815f4357af (patch)
tree04d66aef216b481d451c0f511aacecb794fc835e /profiles/default-linux/make.defaults
parentx86 stable. (diff)
downloadgentoo-2-f56adbf1ba34c0437a5005837b5cbb815f4357af.tar.gz
gentoo-2-f56adbf1ba34c0437a5005837b5cbb815f4357af.tar.bz2
gentoo-2-f56adbf1ba34c0437a5005837b5cbb815f4357af.zip
X: Build dlloader-using drivers, since >=6.9 uses dlloader, not elfloader
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r--profiles/default-linux/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults
index 853244883cfe..ba500a3fefe8 100644
--- a/profiles/default-linux/make.defaults
+++ b/profiles/default-linux/make.defaults
@@ -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/profiles/default-linux/make.defaults,v 1.20 2006/06/30 21:01:34 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.21 2006/07/01 21:53:14 spyderous Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -35,3 +35,7 @@ USE="${USE} xorg"
# 2006/06/30 - Donnie Berkholz <spyderous@gentoo.org>
# Sane defaults for input drivers
INPUT_DEVICES="keyboard mouse evdev"
+
+# 2006/07/01 - Donnie Berkholz <spyderous@gentoo.org>
+# X: Build dlloader-using drivers, since >=6.9 uses dlloader, not elfloader
+USE="${USE} dlloader"