diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-12-19 11:48:46 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-12-19 11:48:46 +0000 |
commit | 877a520caeeda780b899c74f91106b7d232c6950 (patch) | |
tree | f23fbcae11ee981008e45f28421819d5eeafa9d3 | |
parent | 7cf7664f4480eaa8b786aca4d64e11cfd839e86c (diff) | |
download | portage-877a520caeeda780b899c74f91106b7d232c6950.tar.gz portage-877a520caeeda780b899c74f91106b7d232c6950.tar.bz2 portage-877a520caeeda780b899c74f91106b7d232c6950.zip |
use spaces for space aligned text (kind of a duh)
svn path=/main/trunk/; revision=2402
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index d31086c0f..459604a50 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -290,7 +290,7 @@ CHOST="i686-pc-linux-gnu" # 'nostrip' prevents the stripping of binaries. # 'notitles' disables xterm titlebar updates (which contain status info). # 'parallel-fetch' -# do fetching in parallel to compilation +# do fetching in parallel to compilation # 'sandbox' enables sandboxing when running emerge and ebuild. # 'strict' causes portage to react strongly to conditions that are # potentially dangerous, like missing/incorrect Manifest files. |