summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-07-24 18:00:57 +0200
committerThomas Sachau <tommy@gentoo.org>2009-07-24 18:00:57 +0200
commit7a13d869d8316a60c2f1dcc6452dd8b1df0d3301 (patch)
tree71e24cdafb67535d27f6d468a962470ebec15189 /doc
parentExclude repoman from multilib dependency calculation (diff)
downloadmultilib-portage-7a13d869d8316a60c2f1dcc6452dd8b1df0d3301.tar.gz
multilib-portage-7a13d869d8316a60c2f1dcc6452dd8b1df0d3301.tar.bz2
multilib-portage-7a13d869d8316a60c2f1dcc6452dd8b1df0d3301.zip
Update doc
Diffstat (limited to 'doc')
-rw-r--r--doc/portage-multilib-instructions13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/portage-multilib-instructions b/doc/portage-multilib-instructions
index 6bafd2433..f6021ddfc 100644
--- a/doc/portage-multilib-instructions
+++ b/doc/portage-multilib-instructions
@@ -1,9 +1,11 @@
A basic way to use this branch:
First, install the modified portage version:
-1. emerge -av1 portage
+1.
+emerge -av1 portage
then add the new useflag to the database or compile everything with a new useflag:
-2. run bin/add_lib32 or emerge -aDN world
+2.
+run bin/add_lib32 or emerge -aDN world
to save some compile time, there is a list of packages, which are usually not needed for 32bit libs
either use the profile in /etc:
3.
@@ -12,3 +14,10 @@ either use the profile in /etc:
OR
add the NO-AUTO-FLAG var to the portage environment (e.g. to /etc/make.conf):
-cat profiles/base/make.defaults >> /etc/make.conf
+4.
+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