summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-09-21 21:30:24 +0200
committerThomas Sachau <tommy@gentoo.org>2009-09-21 21:30:24 +0200
commit1d9d6fcc285ca85228c2c25d50ce14a404cf9a93 (patch)
tree5582ae39e507971e97bd0f41993097c0abc3381d /doc
parentDrop ChangeLog from dodoc, doesnt exist (diff)
downloadmultilib-portage-1d9d6fcc285ca85228c2c25d50ce14a404cf9a93.tar.gz
multilib-portage-1d9d6fcc285ca85228c2c25d50ce14a404cf9a93.tar.bz2
multilib-portage-1d9d6fcc285ca85228c2c25d50ce14a404cf9a93.zip
Fix order of doc
Diffstat (limited to 'doc')
-rw-r--r--doc/portage-multilib-instructions20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/portage-multilib-instructions b/doc/portage-multilib-instructions
index 6f1d3e0fa..8f005cbe6 100644
--- a/doc/portage-multilib-instructions
+++ b/doc/portage-multilib-instructions
@@ -18,22 +18,24 @@ First, install the modified portage version:
1.
emerge -av1 portage
-then recompile world:
-
2.
-emerge -e world
-
-(you can also use /bin/add_lib32 to add the useflag to the database, but this branch does also remove all .la files, so you might have to run revdep-rebuild or lafilefixer every time you built a
-package with multilib-portage)
-
-3.
-check the target of /etc/make.profile, rm /etc/make.profile, mkdir /etc/make.profile,
-echo /path/to/current/profile >> /etc/make.profile/parent, echo /path/to/multilib-overlay/profiles/base >> /etc/make.profile/parent
-4.
+3.
let the multilib overlay eclasses override the main tree ones: add the following to /etc/portage/repos.conf or create it with the following content:
[DEFAULT]
eclass-overrides = gentoo multilib
[multilib]
eclass-overrides = gentoo multilib
+
+4.
+
+then recompile world:
+
+emerge -e world
+
+(you can also use /bin/add_lib32 to add the useflag to the database, but this branch does also remove all .la files, so you might have to run revdep-rebuild or lafilefixer every time you built a
+package with multilib-portage)
+