Gentoo Archives: gentoo-user

From: Ryan Tandy <tarpman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] net-nntp/klibido
Date: Sun, 28 May 2006 02:41:45
Message-Id: 44790AC4.4040106@gmail.com
In Reply to: Re: [gentoo-user] net-nntp/klibido by JimD
1 JimD wrote:
2 > By the way, do you know if Gentoo considers an ebuild with an -rX on the
3 > end to be newer? For example which would emerge choose:
4 >
5 > sys-devel/gcc-3.4.6
6 > or
7 > sys-devel/gcc-3.4.6-r1
8
9 s/Gentoo/portage ;)
10
11 Yes, it does. Revision bumps are generally to correct a bug or typo in
12 an ebuild, or apply additional patches, while the upstream version
13 remains unchanged.
14
15 If you're unmasking (in package.keywords or package.unmask) a specific
16 version of a package, such as =sys-devel/gcc-3.4.6 to use your example,
17 you could instruct portage to unmask ebuild revisions of that same
18 version using the ~ prefix: ~sys-devel/gcc-3.4.6 would match gcc-3.4.6
19 and gcc-3.4.6-r*. Handy for getting ebuild fixes on a package waiting
20 to become stable.
21
22 Yay, random portage trivia!
23 --
24 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] net-nntp/klibido JimD <Jim@×××××××××××××××××.org>