diff options
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r-- | profiles/default-linux/make.defaults | 10 |
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" |