blob: 2f809fa8f6bf275c96f88ef92f997994d5e87e96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 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.6 2004/12/22 14:24:00 vapier Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
#
# Please avoid enabling things by default in here if possible. Understand any
# implications with core packages. For example, if "java" is in USE and db
# has a conditional dependency on java (which it does,) then a JDK will be
# pulled in during *emerge system*!
# bitmap-fonts: build X the (upstream) default way
USE="bitmap-fonts"
# Have everyone update config.{sub,guess} by default
FEATURES="autoconfig"
|