From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-143597-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 137381381F3 for <garchives@archives.gentoo.org>; Fri, 21 Dec 2012 00:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7E4021C04C; Fri, 21 Dec 2012 00:19:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2BA7E001E for <gentoo-user@lists.gentoo.org>; Fri, 21 Dec 2012 00:18:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2DF3433DA82 for <gentoo-user@lists.gentoo.org>; Fri, 21 Dec 2012 00:18:14 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 0.211 X-Spam-Level: X-Spam-Status: No, score=0.211 tagged_above=-999 required=5.5 tests=[AWL=-0.979, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D6pZSWy5E_Vn for <gentoo-user@lists.gentoo.org>; Fri, 21 Dec 2012 00:18:08 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EA3B33D841 for <gentoo-user@gentoo.org>; Fri, 21 Dec 2012 00:18:08 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from <lnx-gentoo-user@m.gmane.org>) id 1TlqJb-0006PW-9E for gentoo-user@gentoo.org; Fri, 21 Dec 2012 01:18:15 +0100 Received: from athedsl-349372.home.otenet.gr ([85.72.220.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Fri, 21 Dec 2012 01:18:15 +0100 Received: from realnc by athedsl-349372.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Fri, 21 Dec 2012 01:18:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras <realnc@gmail.com> Subject: [gentoo-user] Re: How do I remove a module from ENLIGHTENMENT_MODULES? Date: Fri, 21 Dec 2012 02:17:44 +0200 Organization: Lucas Barks Message-ID: <kb09rd$if2$1@ger.gmane.org> References: <kau3cr$5j1$1@ger.gmane.org> <50D29375.5060500@gmail.com> <kau4cl$crc$1@ger.gmane.org> <CAKOc+FFhuqNYNxTJJPpk2dURmqP1NgTTvFE99Q2G-VwbCh0v-Q@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-349372.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: <CAKOc+FFhuqNYNxTJJPpk2dURmqP1NgTTvFE99Q2G-VwbCh0v-Q@mail.gmail.com> X-Archives-Salt: 185885df-e91c-4066-9b2a-3bf83503f7de X-Archives-Hash: fac5b350c37046c579c95f55f38f14db On 20/12/12 08:52, ckard wrote: > On Thu, Dec 20, 2012 at 6:32 AM, Nikos Chantziaras <realnc@gmail.com> wrote: >>> >>> On 12/19/2012 22:15, Nikos Chantziaras wrote: >>>> >>>> I want to remove the "connman" module from ENLIGHTENMENT_MODULES. I've >>>> put this in my make.conf: >>>> >>>> ENLIGHTENMENT_MODULES = "-connman" >>>> >>>> But it doesn't work; emerge complains: >>>> >>>> Invalid '-' operator in non-incremental variable >>>> 'ENLIGHTENMENT_MODULES': '-connman' > > In your package.use > "x11-wm/enlightenment -enlightenment_modules_connman" > > "enlightenment_modules_module-name" in general for each one you wanna > turn off individually Thanks. That does the trick.