diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-08-02 07:12:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-08-02 07:12:49 +0000 |
commit | 8c97ac72d7b2f247637ff8015aa45f221d34feb1 (patch) | |
tree | 7dc143d553ced79b8f2c394286fdef053c10a804 | |
parent | 33ebcb7bf95c7a67230a3d45e22227217746d5fd (diff) | |
download | portage-8c97ac72d7b2f247637ff8015aa45f221d34feb1.tar.gz portage-8c97ac72d7b2f247637ff8015aa45f221d34feb1.tar.bz2 portage-8c97ac72d7b2f247637ff8015aa45f221d34feb1.zip |
Link the full handbook since it's guaranteed to continue to work as per comment #12 of bug #142225. Also, add a note about the architecture being irrelevant as per comment #10.
svn path=/main/trunk/; revision=4087
-rwxr-xr-x | bin/emerge | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/emerge b/bin/emerge index 66f1fa491..ee5669b0b 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2481,9 +2481,9 @@ def validate_merge_list(trees, mergelist): def show_blocker_docs_link(): print print "For more information about " + bad("Blocked Packages") + ", please refer to the following" - print "section of the Gentoo Handbook:" + print "section of the Gentoo Linux x86 Handbook (architecture is irrelevant):" print - print "http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1#blocked" + print "http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked" print def action_sync(settings, trees, mtimedb, myopts, myaction): |