summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-09 15:04:10 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-09 15:04:10 +0000
commitc1997707ec6876a05d9658124b11a6e05eb29692 (patch)
tree990317dfc380e06f25dccc27301040152b20d819 /profiles/base
parentStable on sparc (diff)
downloadhistorical-c1997707ec6876a05d9658124b11a6e05eb29692.tar.gz
historical-c1997707ec6876a05d9658124b11a6e05eb29692.tar.bz2
historical-c1997707ec6876a05d9658124b11a6e05eb29692.zip
cant use stacked make.defaults in <=portage-2.0.50-r11 #63400
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults5
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"