View previous topic :: View next topic |
Author |
Message |
Red Nalie Guru

Joined: 24 Mar 2003 Posts: 484 Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe
|
Posted: Tue Sep 27, 2005 9:10 am Post subject: [Solved]How do I run KDE unstable via package.keywords? |
|
|
Greetings fellow Gentoo'ers,
I have a small question relating /etc/portage/package.keywords and inserting KDE in there.
I want to run the KDE stable version (3.4.2) and not the Gentoo stable version (3.4.1), but still run on a Gentoo-stable system.
The most obvious choice would be to insert kde in the /etc/portage/package.keywords, but that would mean inserting 'all' kde packages in there, which would make the list quite long...
Is there a way to do this without using such a long list?
That doesn't work for sure, so I was hoping someone else new a quicker method. _________________ Many people call me Linux-freak, I just see me as a freak who uses Linux
i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Last edited by Red Nalie on Wed Sep 28, 2005 10:14 am; edited 1 time in total |
|
Back to top |
|
 |
Voltago Advocate


Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Tue Sep 27, 2005 10:33 am Post subject: |
|
|
I don't know if there's an elegant solution for your problem, I just put everything into package.keywords. It's all you need for kdebase-meta plus a few extras. You don't need to write '~x86' anymore, btw.
Code: |
=kde-base/kdebase-pam-6
<kde-base/kcontrol-3.5
<kde-base/kcminit-3.5
<kde-base/klaptopdaemon-3.5
<kde-base/kmix-3.5
<kde-base/kdebugdialog-3.5
<kde-base/kicker-3.5
<kde-base/ksystraycmd-3.5
<kde-base/kscreensaver-3.5
<kde-base/kstart-3.5
<kde-base/kappfinder-3.5
<kde-base/kmenuedit-3.5
<kde-base/kdcop-3.5
<kde-base/kate-3.5
<kde-base/ksysguard-3.5
<kde-base/kdeprint-3.5
<kde-base/kcron-3.5
<kde-base/ksplashml-3.5
<kde-base/kdm-3.5
<kde-base/khelpcenter-3.5
<kde-base/kdebase-kioslaves-3.5
<kde-base/kpersonalizer-3.5
<kde-base/arts-3.5
<kde-base/kdeaddons-docs-konq-plugins-3.5
<kde-base/kpager-3.5
<kde-base/kdemultimedia-arts-3.5
<kde-base/kwin-3.5
<kde-base/kxkb-3.5
<kde-base/nsplugins-3.5
<kde-base/kicker-applets-3.5
<kde-base/libkonq-3.5
<kde-base/kdebase-data-3.5
<kde-base/klipper-3.5
<kde-base/kreadconfig-3.5
<kde-base/kdesu-3.5
<kde-base/kdeartwork-kscreensaver-3.5
<kde-base/akode-3.5
<kde-base/kdeadmin-kfile-plugins-3.5
<kde-base/kdebase-startkde-3.5
<kde-base/kdat-3.5
<kde-base/kate-plugins-3.5
<kde-base/kde-i18n-3.5
<kde-base/kdelibs-3.5
<kde-base/ksmserver-3.5
<kde-base/kget-3.5
<kde-base/kcheckpass-3.5
<kde-base/kfind-3.5
<kde-base/khotkeys-3.5
<kde-base/drkonqi-3.5
<kde-base/konq-plugins-3.5
<kde-base/kdialog-3.5
<kde-base/kdepasswd-3.5
<kde-base/kmilo-3.5
<kde-base/secpolicy-3.5
<kde-base/knetattach-3.5
<kde-base/lilo-config-3.5
<kde-base/konsole-3.5
<kde-base/kdeadmin-meta-3.5
<kde-base/kdesktop-3.5
<kde-base/kuser-3.5
<kde-base/krdc-3.5
<kde-base/kdebase-meta-3.5
<kde-base/ktip-3.5
<kde-base/konqueror-3.5
<kde-base/arts-3.5 |
|
|
Back to top |
|
 |
Earthwings Bodhisattva


Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Tue Sep 27, 2005 10:47 am Post subject: |
|
|
It should work if you just run the first command from Testing kde-3.5_beta1 small howto and substitute amd64 with x86 so that it becomes Code: | main ~ # mkdir -p /etc/portage
main ~ # cd /usr/portage
main portage # for package in kde-base/*; do echo "$package" >> /etc/portage/package.keywords; done |
I left out the ~arch completely as I assume x86 is your arch anyway. _________________ KDE |
|
Back to top |
|
 |
Red Nalie Guru

Joined: 24 Mar 2003 Posts: 484 Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe
|
Posted: Wed Sep 28, 2005 10:14 am Post subject: |
|
|
Earthwings, may I thank you?
It worked, system is reinstalled and I'm now running KDE 3.4.2.
-Added [Solved] to topic-title _________________ Many people call me Linux-freak, I just see me as a freak who uses Linux
i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out |
|
Back to top |
|
 |
Earthwings Bodhisattva


Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Wed Sep 28, 2005 1:33 pm Post subject: |
|
|
Happy to help  _________________ KDE |
|
Back to top |
|
 |
|