Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How to disable fuzzy-search in emerge?
Date: Fri, 10 Apr 2020 17:00:21
Message-Id: r6q8mo$dos$1@ciao.gmane.io
In Reply to: Re: [gentoo-user] How to disable fuzzy-search in emerge? by Grant Taylor
1 On 2020-04-10, Grant Taylor <gtaylor@×××××××××××××××××××××.net> wrote:
2 >
3 > On 4/10/20 10:08 AM, Grant Edwards wrote:
4 >> Yes, I'm aware I can add "--fuzzy-search n" to make it act sane, but
5 >> is there an environment variable or USE flag or _something_ to make
6 >> emerge --search do the right thing by default?
7
8 > Does adding it to EMERGE_DEFAULT_OPTS in /etc/portage/make.conf help?
9
10 Yes, that works!
11
12 Thanks!!
13
14 I don't know why it didn't occur to me to check for a make.conf
15 variable instead of an environment variable or USE flag. Of course
16 now that I know that make.conf variable's name, I have found it in few
17 other places in the emerge man page, and there's a clear description
18 of it in make.conf(5).
19
20 Unfortunately, the emerge man page doesn't really discuss make.conf
21 except for a few places where it's mentioned that some specific option
22 can be controlled via make.conf.
23
24 --
25 Grant

Replies

Subject Author
Re: [gentoo-user] Re: How to disable fuzzy-search in emerge? Grant Taylor <gtaylor@×××××××××××××××××××××.net>
Re: [gentoo-user] Re: How to disable fuzzy-search in emerge? Neil Bothwick <neil@××××××××××.uk>