aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-02-25 23:31:41 -0800
committerBrian Dolbec <dolsen@gentoo.org>2013-11-21 21:55:56 -0800
commit087db71694d6cee38251299ea04fb34380dde785 (patch)
tree479399a48be438d292983522fda6c7a4148f659b /doc
parentFix typo in error message, clean up useless tracebacks (diff)
downloadcatalyst-087db71694d6cee38251299ea04fb34380dde785.tar.gz
catalyst-087db71694d6cee38251299ea04fb34380dde785.tar.bz2
catalyst-087db71694d6cee38251299ea04fb34380dde785.zip
Fix broken seed stage update...
Add a check for the update_seed option to set the correct update options. Fix default seed stage update command to properly update gcc and it's deps. Add --binpkg-respect-use=y for all cases --usepkg is enabled. Apply patch to fix broken if logic in the setup_emergeoptions() by Douglas Freed <dwfreed@mtu.edu> and rebase
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-spec.5.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index 4a6e06c6..492112f7 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -138,7 +138,9 @@ it should update the seed stage or not (valid values: `yes no`).
*update_seed_command*::
This is an optional command to pass to emerge for updating the seed
stage (example: `--update dev-libs/mpfr dev-libs/mpc dev-libs/gmp`)
-If not specified, catalyst will update gcc deps.
+If not specified, catalyst will update gcc's deps, and rebuild gcc if any of
+it's deps are updated with a new version. Even if it itself is not updated.
+This prevents gcc breakage when it's dependency lib sonames have changed.
This setting requires enabling update_seed.
Compilation