On Thu, 22 Mar 2007 04:32:52 -0400, [EMAIL PROTECTED] wrote:

> The few times I've tried backing down from current installed to older
> versions of something... I've had a problem getting the syntax right.
> 
> According to man emerge and man portage this syntax should work:
> 
> Either: emerge -vp ">="mail-mta/sendmail-8.13.7 
>    or 
>         emerge -vp ">=mail-mta/sendmail-8.13.7"

This upgrades >= means greater than or equal to, so it will install the
latest available version. You want one of

emerge -av =mail-mta/sendmail-8.13.7

to emerge a specific version, or

emerge -av "<mail-mta/sendmail-8.14.0"

to get the latest available 8.13 version.

You can also make this change permanent by adding 

>=mail-mta/sendmail-8.14.0

to /etc/portage.package.mask


-- 
Neil Bothwick

Suborbital Ballistic-Propulsion Engineer
Not Exactly A Rocket Scientist

Attachment: signature.asc
Description: PGP signature

Reply via email to