summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-26 23:27:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-26 23:27:14 +0000
commit2a6afc4084e4ec55ab72722a77dfdd345b84f1b9 (patch)
tree6011d467baad16cf90b236522f59391308e84c85 /profiles
parentremove make.default (diff)
downloadhistorical-2a6afc4084e4ec55ab72722a77dfdd345b84f1b9.tar.gz
historical-2a6afc4084e4ec55ab72722a77dfdd345b84f1b9.tar.bz2
historical-2a6afc4084e4ec55ab72722a77dfdd345b84f1b9.zip
make.defaults
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/make.defaults10
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults
new file mode 100644
index 000000000000..efbba293c5f1
--- /dev/null
+++ b/profiles/default-linux/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 2004 Gentoo Foundation.
+# System-wide defaults for a basic linux system
+
+# 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 and xprint: build X the (upstream) default way
+USE="bitmap-fonts xprint"