diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 23:27:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 23:27:14 +0000 |
commit | 3f5a7f51c7aa066bd6a1788f6a3e69d8191bf254 (patch) | |
tree | 1f5e5499f4e2a959c7a2bc167622de7f090af1ed /profiles | |
parent | remove make.default (diff) | |
download | gentoo-2-3f5a7f51c7aa066bd6a1788f6a3e69d8191bf254.tar.gz gentoo-2-3f5a7f51c7aa066bd6a1788f6a3e69d8191bf254.tar.bz2 gentoo-2-3f5a7f51c7aa066bd6a1788f6a3e69d8191bf254.zip |
make.defaults
Diffstat (limited to 'profiles')
-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" |