Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] package version notification (~/+)?
Date: Tue, 04 Jul 2006 12:28:41
Message-Id: yu97j2tzhjy.fsf@nyu.edu
In Reply to: Re: [gentoo-user] package version notification (~/+)? by Roy Wright
1 At Tue, 04 Jul 2006 01:50:12 -0500 Roy Wright <royw@×××××.com> wrote:
2
3 > I just read this in the developer's guide:
4 >
5 > http://devmanual.gentoo.org/general-concepts/dependencies/index.html
6 >
7 > |~app-misc/foo-1.23| Version 1.23 (or any |1.23-r*|) is required.
8 >
9 > I was wondering if this would work in package.keywords, package.mask, etc.
10 > so tried it. It does appear to work...
11 >
12 > # eix -e portage
13 > * sys-apps/portage
14 > Available versions: 2.0.51.22-r3 2.0.54-r2 2.1 2.1-r1
15 > 2.1.1_pre1-r5 2.1.1_pre2-r2
16 >
17 > # echo "~sys-apps/portage-2.1" >> /etc/portage/package.mask
18 >
19 > # eix -e portage
20 > * sys-apps/portage
21 > Available versions: 2.0.51.22-r3 2.0.54-r2 [M]2.1 [M]2.1-r1
22 > 2.1.1_pre1-r5 2.1.1_pre2-r2
23
24 Good find. I saw some posts here using it and wondered why the same
25 "typo" appeared. I just checked the portage man page, which describes
26 the various package.* files, and this usage of `~' is not documented.
27 Should I file a documentation bug?
28
29 allan
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] package version notification (~/+)? "Bo Ørsted Andresen" <bo.andresen@××××.dk>