summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-11-26 17:04:31 +0100
committerThomas Sachau <tommy@gentoo.org>2011-11-26 17:04:31 +0100
commitee45dc6f6d359195381f6e5579d32c54fc2b4fe8 (patch)
treefeb05c54c8553f5e45ce51d095327720f277c4ac /doc
parentSync portage (diff)
downloadmultilib-portage-ee45dc6f6d359195381f6e5579d32c54fc2b4fe8.tar.gz
multilib-portage-ee45dc6f6d359195381f6e5579d32c54fc2b4fe8.tar.bz2
multilib-portage-ee45dc6f6d359195381f6e5579d32c54fc2b4fe8.zip
Update install instructions
Diffstat (limited to 'doc')
-rw-r--r--doc/portage-multilib-instructions27
1 files changed, 7 insertions, 20 deletions
diff --git a/doc/portage-multilib-instructions b/doc/portage-multilib-instructions
index 0246b69d7..f94d1453b 100644
--- a/doc/portage-multilib-instructions
+++ b/doc/portage-multilib-instructions
@@ -1,35 +1,22 @@
First, if you want to install and use it via layman:
-layman -a multilib
-cd $PORTDIR_OVERLAY/layman/multilib ($PORTDIR_OVERLAY is for most
-probably /usr/local/portage)
-git checkout -b portage-multilib origin/portage-multilib
-
-After that, every layman sync should update the branch as normal,
-switching is done with
-
-git checkout <branch>
-
-the main branches are master and portage-multilib
-
-A basic way to use this branch:
-
-First, install the modified portage version:
-
1.
+layman -a multilib-portage
+
+2.
emerge -av1 portage
remember that multilib-portage is following the 2.2* branch of portage,
-so it only has testing keywords and is hardmasked by package.mask
+so it only has testing keywords
-2.
+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
-3.
+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:
@@ -39,7 +26,7 @@ eclass-overrides = gentoo multilib
[multilib]
eclass-overrides = gentoo multilib
-4.
+5.
then either recompile world: