summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-16 19:54:10 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-16 19:54:10 +0000
commit852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8 (patch)
tree8f64b3dba7a6bb836d02ce7073a2a7e2c5f7b487 /cnf
parentAdd + to the --changelog regex so that dvd+rw-tools works for bug #133288. (diff)
downloadportage-multirepo-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.tar.gz
portage-multirepo-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.tar.bz2
portage-multirepo-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.zip
Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.
svn path=/main/trunk/; revision=3364
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 26c5c997..aaccac04 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -209,6 +209,9 @@
# packages from the system after every successful merge. This is the
# same as running 'emerge -c' after every merge. Set with: "yes" or "no".
# This does not affect the unpacked source. See 'noclean' below.
+#
+# Warning: AUTOCLEAN="no" can cause serious problems due to overlapping
+# packages. Do not use it unless absolutely necessary!
#AUTOCLEAN="yes"
#
# PORTAGE_TMPFS is a location where portage may create temporary files.