summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-09-09 08:06:33 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-09-09 08:06:33 +0000
commita152e737cf2bf8ff3cb67ed601485bc6aee7eb74 (patch)
tree88ef8d14fbd5055a3b3808eaf8f8acbf0227f931 /profiles/default-linux/make.defaults
parentmade openjade $(get_libdir)-aware for installing to lib64/lib32 (Manifest rec... (diff)
downloadgentoo-2-a152e737cf2bf8ff3cb67ed601485bc6aee7eb74.tar.gz
gentoo-2-a152e737cf2bf8ff3cb67ed601485bc6aee7eb74.tar.bz2
gentoo-2-a152e737cf2bf8ff3cb67ed601485bc6aee7eb74.zip
add xprint and bitmap-fonts to the default flag set
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r--profiles/default-linux/make.defaults9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults
new file mode 100644
index 000000000000..596920da9fdc
--- /dev/null
+++ b/profiles/default-linux/make.defaults
@@ -0,0 +1,9 @@
+# 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*!
+
+USE="bitmap-fonts xprint"