[gentoo-user] Q on keywording java and xorg

2006-07-06 Thread W.Kenworthy
Part of the process for upgrading to the new java system, and using modular X (before it became stable) requires keywording via /etc/portage/package.keywords. What happens when the keywording is no longer necessary? It appears that you slowly collect an ~x86 system as the keywords grow! - along w

Re: [gentoo-user] Q on keywording java and xorg

2006-07-06 Thread Richard Fish
On 7/6/06, W.Kenworthy <[EMAIL PROTECTED]> wrote: Is there a way to easily stop the system upgrading until the stable packages catch up? - without breakages? Use version masks in your keywords file. So rather than x11-base/xorg-x11 ~x86 Use

Re: [gentoo-user] Q on keywording java and xorg

2006-07-06 Thread Richard Fish
On 7/6/06, Richard Fish <[EMAIL PROTECTED]> wrote: Use Actually, I should have written: <=x11-base/xorg-x11-7.0.99 The first case might give you ~x86 -rc releases of 7.1if any ever exist. -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Q on keywording java and xorg

2006-07-07 Thread Benno Schulenberg
Richard Fish wrote: > For example: > > ACCEPT_KEYWORDS=-~x86 emerge -Dvp world > > will show you every ~x86 package you have installed, and what the > stable version is. Doing that shows nothing for me. But renaming the package.keywords file shows about a hundred lines of downgrades (mostly KDE)

Re: [gentoo-user] Q on keywording java and xorg

2006-07-07 Thread Richard Fish
On 7/7/06, Benno Schulenberg <[EMAIL PROTECTED]> wrote: Richard Fish wrote: > ACCEPT_KEYWORDS=-~x86 emerge -Dvp world Doing that shows nothing for me. But renaming the package.keywords file shows about a hundred lines of downgrades (mostly KDE). This is with using Portage 2.1-r1. Is it a newe

Re: [gentoo-user] Q on keywording java and xorg

2006-07-07 Thread Benno Schulenberg
Richard Fish wrote: > On 7/7/06, Benno Schulenberg <[EMAIL PROTECTED]> wrote: > > Richard Fish wrote: > > > ACCEPT_KEYWORDS=-~x86 emerge -Dvp world > > > > Doing that shows nothing for me. But renaming the > > package.keywords file shows about a hundred lines of downgrades > > (mostly KDE). This

Re: [gentoo-user] Q on keywording java and xorg

2006-07-07 Thread Richard Fish
On 7/7/06, Benno Schulenberg <[EMAIL PROTECTED]> wrote: Ah. But I don't have ~x86 in ACCEPT_KEYWORDS, just in the package.keywords file for a series of packages. So that won't work for me. Hrm, seems the USE environment var will override package.use (see USE_ORDER in make.conf), but ACCEPT_KE