Gentoo Archives: gentoo-user

From: ckard <ckardaris@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How do I remove a module from ENLIGHTENMENT_MODULES?
Date: Thu, 20 Dec 2012 06:53:39
Message-Id: CAKOc+FFhuqNYNxTJJPpk2dURmqP1NgTTvFE99Q2G-VwbCh0v-Q@mail.gmail.com
In Reply to: [gentoo-user] Re: How do I remove a module from ENLIGHTENMENT_MODULES? by Nikos Chantziaras
1 On Thu, Dec 20, 2012 at 6:32 AM, Nikos Chantziaras <realnc@×××××.com> wrote:
2 > On 20/12/12 06:26, Dustin C. Hatch wrote:
3 >>
4 >> On 12/19/2012 22:15, Nikos Chantziaras wrote:
5 >>>
6 >>> I want to remove the "connman" module from ENLIGHTENMENT_MODULES. I've
7 >>> put this in my make.conf:
8 >>>
9 >>> ENLIGHTENMENT_MODULES = "-connman"
10 >>>
11 >>> But it doesn't work; emerge complains:
12 >>>
13 >>> Invalid '-' operator in non-incremental variable
14 >>> 'ENLIGHTENMENT_MODULES': '-connman'
15 >>>
16 >>> So how does this work?
17 >>>
18 >>>
19 >> "Non-incremental variable" means it will reset whenever you assign to
20 >> it. Thus, all you need to do is specify only what modules you want;
21 >> anything not specified will be excluded.
22 >
23 >
24 > I want to have the defaults for it, except "connman". The defaults are
25 > provided by the ebuild (and they can change from version to version; I can't
26 > keep track of that.)
27 >
28 >
29
30 In your package.use
31 "x11-wm/enlightenment -enlightenment_modules_connman"
32
33 "enlightenment_modules_module-name" in general for each one you wanna
34 turn off individually

Replies

Subject Author
[gentoo-user] Re: How do I remove a module from ENLIGHTENMENT_MODULES? Nikos Chantziaras <realnc@×××××.com>