diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-04-04 18:01:49 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-04-04 18:01:49 +0000 |
commit | e3fefb06dad43bd25afa4c1b099aec6f2fa9ff51 (patch) | |
tree | d7df83860ab0b46d79f55af85f1316130db4aefb | |
parent | 7f8fee1da83095cbd00402dc06d7d6bc0e12219f (diff) | |
download | portage-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
-rw-r--r-- | cnf/make.conf | 4 |
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) |