> I'd like to test gcc-3.3 and emerged sys-devel/gcc/gcc-3.3.ebuild. > However, when I try to recompile another package, emerge -p would > downgrade gcc first. How can I keep gcc-3.3, without upgrading all > other packages by issuing ACCEPT_KEYWORDS=~x86? Best regards,
You could pin it in the world file� Open /var/cache/edb/world, find the line that says: sys-devel/gcc if it doesn't�t exist, create one. Modify it to say: =sys-devel/gcc-3.3 or the exact version you have installed like: =sys-devel/gcc-3.3-r3 using: >=sys-devel/gcc-3.3 might also work. -- janne "So act that your principle of action might safely be made a law for the whole world." - Immanuel Kant -- [EMAIL PROTECTED] mailing list
