Re: [gentoo-user] Installing KDE 3.4.1

2005-06-16 Thread Fernando Meira
Will this way prevent an emerge -uD world to downgrade the KDE version? Thanks, FernandoOn 6/15/05, Roy Wright [EMAIL PROTECTED] wrote: First unmask the top level package, example:echo kde-base/kdebase-meta ~x86 /etc/portage/package.keywordsThen just run this script, example:unmask.pl

Re: [gentoo-user] Installing KDE 3.4.1

2005-06-16 Thread Roy Wright
This adds all the dependent packages that are blocking the specified package to the package.keywords. It will not work for hard masked packages. To answer you question, as long as you leave these entries in your package.keywords file, emerge -uD will keep the files at the latest masked (testing)

[gentoo-user] Installing KDE 3.4.1

2005-06-15 Thread Janne Vänttinen
Is there any easier way to make Portage to install KDE 3.4.1 to a stable system than to add every single installed package to /etc/portage/package.keywords? I wouldn't mind to have the entire kde-base -category use test packages but I would like to keep the rest of the system on stable ground.

Re: [gentoo-user] Installing KDE 3.4.1

2005-06-15 Thread Janne Vänttinen
Janne Vänttinen wrote: Is there any easier way to make Portage to install KDE 3.4.1 to a stable system than to add every single installed package to /etc/portage/package.keywords? I wouldn't mind to have the entire kde-base -category use test packages but I would like to keep the rest of the

Re: [gentoo-user] Installing KDE 3.4.1

2005-06-15 Thread Roy Wright
First unmask the top level package, example: echo kde-base/kdebase-meta ~x86 /etc/portage/package.keywords Then just run this script, example: unmask.pl kdebase-meta You might want to save a copy of package.keywords then compare the two for sanity before emerging. Have fun, Roy Janne

Re: [gentoo-user] Installing KDE 3.4.1

2005-06-15 Thread Zac Medico
Janne Vänttinen wrote: Is there any easier way to make Portage to install KDE 3.4.1 to a stable system than to add every single installed package to /etc/portage/package.keywords? I wouldn't mind to have the entire kde-base -category use test packages but I would like to keep the rest of the

Re: [gentoo-user] Installing KDE 3.4.1

2005-06-15 Thread Janne Vänttinen
Roy Wright wrote: First unmask the top level package, example: echo kde-base/kdebase-meta ~x86 /etc/portage/package.keywords Then just run this script, example: unmask.pl kdebase-meta You might want to save a copy of package.keywords then compare the two for sanity before emerging.