diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-10-09 14:56:00 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-10-09 14:56:00 +0000 |
commit | 29c0c4431bb26b1b96940232437f7170eece6608 (patch) | |
tree | 2950febc5a975ddd617677fd658dac12295c8b4f /profiles/default-x86-1.4 | |
parent | old (diff) | |
download | gentoo-2-29c0c4431bb26b1b96940232437f7170eece6608.tar.gz gentoo-2-29c0c4431bb26b1b96940232437f7170eece6608.tar.bz2 gentoo-2-29c0c4431bb26b1b96940232437f7170eece6608.zip |
removed mmx, removed java (since db has a conditional dep on it)
Diffstat (limited to 'profiles/default-x86-1.4')
-rw-r--r-- | profiles/default-x86-1.4/make.defaults | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/default-x86-1.4/make.defaults b/profiles/default-x86-1.4/make.defaults index a1bdd8c342f7..898d78baad9f 100644 --- a/profiles/default-x86-1.4/make.defaults +++ b/profiles/default-x86-1.4/make.defaults @@ -1,8 +1,13 @@ # Copyright 2002 Gentoo Technologies, Inc. # System-wide defaults for the gcc 3.2 Portage 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="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk imlib -java jpeg kde gnome libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis +jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt quicktime readline sdl slang spell ssl svga tcpd truetype X xml2 xmms xv zlib" |