diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:06:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:06:33 +0000 |
commit | a152e737cf2bf8ff3cb67ed601485bc6aee7eb74 (patch) | |
tree | 88ef8d14fbd5055a3b3808eaf8f8acbf0227f931 /profiles/default-linux/make.defaults | |
parent | made openjade $(get_libdir)-aware for installing to lib64/lib32 (Manifest rec... (diff) | |
download | gentoo-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.defaults | 9 |
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" |