diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-09 15:04:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-09 15:04:10 +0000 |
commit | 99c3e0fd362f8c74c8c191b4b44c2a79686a240c (patch) | |
tree | 4b6a572684da6905e17b10ff196012f40653e6e4 /profiles/base | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-99c3e0fd362f8c74c8c191b4b44c2a79686a240c.tar.gz gentoo-2-99c3e0fd362f8c74c8c191b4b44c2a79686a240c.tar.bz2 gentoo-2-99c3e0fd362f8c74c8c191b4b44c2a79686a240c.zip |
cant use stacked make.defaults in <=portage-2.0.50-r11 #63400
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index efbba293c5f1..53b0c0d2b4d7 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,10 +1,13 @@ # Copyright 2004 Gentoo Foundation. # System-wide defaults for a basic linux system +# DO NOT ADD ANYTHING TO THIS FILE AS IT BREAKS CURRENT +# STABLE PORTAGE (<=2.0.50-r11). SEE BUG #63400 + # 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" +#USE="bitmap-fonts xprint" |