summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-08-05 23:33:10 +0200
committerThomas Sachau <tommy@gentoo.org>2009-08-05 23:33:10 +0200
commit0e13a1cb2667a9f6617edfce81c5fcd7ba16cde9 (patch)
tree81a2d8f396b7b7fad14c965c4b8bc3d1e8538001 /doc
parentAdd some more information about using the branch with layman (diff)
downloadmultilib-portage-0e13a1cb2667a9f6617edfce81c5fcd7ba16cde9.tar.gz
multilib-portage-0e13a1cb2667a9f6617edfce81c5fcd7ba16cde9.tar.bz2
multilib-portage-0e13a1cb2667a9f6617edfce81c5fcd7ba16cde9.zip
Some cleanup, thanks to wohnout
Diffstat (limited to 'doc')
-rw-r--r--doc/portage-multilib-instructions12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/portage-multilib-instructions b/doc/portage-multilib-instructions
index f43ac16f2..1f38fef59 100644
--- a/doc/portage-multilib-instructions
+++ b/doc/portage-multilib-instructions
@@ -14,19 +14,23 @@ with the main branches are master and portage-multilib
A basic way to use this branch:
First, install the modified portage version:
+
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
+
+3.
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.
--check the target of /etc/make.profile, rm /etc/make.profile, mkdir /etc/make.profile,
+ -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
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
+ 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: