On Saturday 03 December 2005 12:46 pm, Holly Bostick <[EMAIL PROTECTED]> 
wrote:
> or you could unmask the specific version using
>
> echo "=dev-dv/mysql-4.0.26 ~x86" >>/etc/portage/package.keywords
>
> but be warned that this will not enable you to upgrade if 4.0.26 is
> revised (4.0.26-r1) or upgraded (4.0.27), as those will still be masked
> by the ~arch keword, as opposed to the previous command, which unmasks
> all future unstable versions below 4.1.14.

You probably already know this holly, but you can add * to the end of your 
atom there to accept all version number changes smaller than the ones 
you've specified.

E.g.
echo '=dev-db/mysql-4.0.26* ~x86' >> /etc/portage/package.keywords

Then, you'll accept ~x86 for 4.0.26 and 4.0.26-r1 or even 4.0.26.1.

I often use cat-egory/package-X.y* since the third version number is for 
many packages only used for security or major bug fixes.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy
-- 
gentoo-user@gentoo.org mailing list

Reply via email to