summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-04-04 18:01:49 +0000
committerSimon Stelling <blubb@gentoo.org>2006-04-04 18:01:49 +0000
commite3fefb06dad43bd25afa4c1b099aec6f2fa9ff51 (patch)
treed7df83860ab0b46d79f55af85f1316130db4aefb /cnf/make.conf
parent7f8fee1da83095cbd00402dc06d7d6bc0e12219f (diff)
downloadportage-e3fefb06dad43bd25afa4c1b099aec6f2fa9ff51.tar.gz
portage-e3fefb06dad43bd25afa4c1b099aec6f2fa9ff51.tar.bz2
portage-e3fefb06dad43bd25afa4c1b099aec6f2fa9ff51.zip
fix make.conf indentation per bug 127868; thanks to Paul Varner for the patch
svn path=/main/trunk/; revision=3069
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 472d49bb3..4739a2a9c 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -254,7 +254,7 @@
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'test' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'metadata-transfer'
# automatically perform a metadata transfer when `emerge --sync`
@@ -329,7 +329,7 @@ PORTAGE_ELOG_CLASSES="warn error log"
# full syntax is:
# address [[user:passwd@]mailserver[:port]]
# where
-# address: recipient address
+# address: recipient address
# user: username for smtp auth (defaults to none)
# passwd: password for smtp auth (defaults to none)
# mailserver: smtp server that should be used to deliver the mail (defaults to localhost)