Gentoo Archives: gentoo-user

From: reader@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Back down to older version (emerge)
Date: Sat, 24 Mar 2007 09:19:41
Message-Id: 87tzwb9h96.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Back down to older version (emerge) by Neil Bothwick
1 Neil Bothwick <neil@××××××××××.uk> writes:
2
3 > On Thu, 22 Mar 2007 04:32:52 -0400, reader@×××××××.com wrote:
4 >
5 >> The few times I've tried backing down from current installed to older
6 >> versions of something... I've had a problem getting the syntax right.
7 >>
8 >> According to man emerge and man portage this syntax should work:
9 >>
10 >> Either: emerge -vp ">="mail-mta/sendmail-8.13.7
11 >> or
12 >> emerge -vp ">=mail-mta/sendmail-8.13.7"
13 >
14 > This upgrades >= means greater than or equal to, so it will install the
15 > latest available version. You want one of
16 >
17 > emerge -av =mail-mta/sendmail-8.13.7
18 >
19 > to emerge a specific version, or
20 >
21 > emerge -av "<mail-mta/sendmail-8.14.0"
22
23 > to get the latest available 8.13 version.
24 >
25
26
27 Gack, thanks... I had just carelessly used the examples in man pages.
28
29 > You can also make this change permanent by adding
30
31 > >=mail-mta/sendmail-8.14.0
32
33 > to /etc/portage.package.mask
34
35 Neil was the above a typo? Or is it correct that using greater than
36 or equal to 8.14.0 in /etc/portage.package.mask will cause a version
37 of 8.13.X to be kept?
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Back down to older version (emerge) Neil Bothwick <neil@××××××××××.uk>