diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-13 00:07:48 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-13 00:07:48 +0000 |
commit | 934e423d782f1f2cd99107107f403f26937c3b11 (patch) | |
tree | 4d90af1af7858856b3362a96ea5bae320318f9c2 /profiles | |
parent | Enforce USE=multilib. (diff) | |
download | gentoo-2-934e423d782f1f2cd99107107f403f26937c3b11.tar.gz gentoo-2-934e423d782f1f2cd99107107f403f26937c3b11.tar.bz2 gentoo-2-934e423d782f1f2cd99107107f403f26937c3b11.zip |
Finalized notes... ready to send to the list.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2005.0/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/2005.0/README b/profiles/default-linux/amd64/2005.0/README index dc682c92fc77..ba2725939d79 100644 --- a/profiles/default-linux/amd64/2005.0/README +++ b/profiles/default-linux/amd64/2005.0/README @@ -4,8 +4,8 @@ HOWTO upgrade from 2004.3 and 2004.3/lib64 to 2005.0 2) emerge unmerge linux26-headers 3) emerge -v linux-headers 4) emerge unmerge app-emulation/emul-linux-x86-glibc - 5) rm /lib32 /usr/lib32 - 6) mkdir /lib32 /usr/lib32 + 5) rm /lib32 /usr/lib32 /usr/X11R6/lib32 + 6) mkdir /lib32 /usr/lib32 /usr/X11R6/lib32 7) cp /emul/linux/x86/lib32/libsandbox.so /lib32 8) rm /etc/make.profile 9) ln -s /usr/portage/profiles/default-linux/amd64/2005.0 /etc/make.profile @@ -30,3 +30,7 @@ linux-headers is masked in the main package.mask still, so unmask it yourself. linux26-headers-2.6.8.1-r3 will probably work, but I noticed it doesn't get the headers in asm-i386/mach-*/, but my updated multilib.eclass method does for linux-headers. + +USE=multilib is now required. If you don't have it set, you won't be able +to emerge anything, so please remove -multilib from your USE if you had it +set. |