Gentoo Archives: gentoo-user

From: Paul Varner <fuzzyray@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Is this a bug in equery
Date: Thu, 24 Nov 2005 05:12:45
Message-Id: 1132808870.21346.7.camel@garath.homelinux.org
In Reply to: [gentoo-user] Re: Is this a bug in equery by Harry Putnam
1 On Wed, 2005-11-23 at 23:34 -0600, Harry Putnam wrote:
2 > Paul Varner <fuzzyray@g.o> writes:
3 > It appears here that the symbols themselves must be quoted as well as
4 > the package like this:
5 >
6 > equery files --type ">=vim-6.2"
7 >
8
9 Which is what I meant to convey with the error message. What about this
10 one?
11
12 $ ./equery files --type vim-6.4
13 [ Searching for packages matching vim-6.4... ]
14 !!! Invalid syntax: missing operator
15 !!! If you want only specific versions please use one of
16 !!! the following operators as prefix for the package name:
17 !!! > >= = <= <
18 !!! Example to only match gcc versions greater or equal 3.2:
19 !!! >=sys-devel/gcc-3.2
20 !!!
21 !!! Note: The symbols > and < are used for redirection in the shell
22 !!! You must enclose the entire argument in quotation marks, if either
23 !!! of these characters are used
24
25 Regards,
26 Paul
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Is this a bug in equery "Mariusz Pękala" <skoot@××.pl>