From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mail.starstream.net (mail.windkeeper.com [66.126.156.4]) by chiba.3jane.net (Postfix) with ESMTP id 7BE00AC896 for ; Fri, 10 May 2002 18:51:26 -0500 (CDT) Received: from trolocsis ([66.121.74.100]) by mail.starstream.net (Post.Office MTA v3.5.3 release 223 ID# 0-71924U9000L900S0V35) with SMTP id net for ; Fri, 10 May 2002 16:50:17 -0700 Received: from trolocsis.dyndns.org (localhost [127.0.0.1]) by trolocsis (Postfix) with SMTP id F40B017FF4 for ; Fri, 10 May 2002 16:51:24 -0700 (PDT) Received: from 65.106.90.42 (SquirrelMail authenticated user rphillips) by linux.bagwan with HTTP; Fri, 10 May 2002 16:51:25 -0700 (PDT) Message-ID: <2117.65.106.90.42.1021074685.squirrel@linux.bagwan> Date: Fri, 10 May 2002 16:51:25 -0700 (PDT) Subject: Re: [gentoo-dev] emerge overide options From: "Ryan Phillips" To: In-Reply-To: <200205100412.27387.davidsmind@linuxbasics.com> References: <200205100412.27387.davidsmind@linuxbasics.com> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.4) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 5756f8c0-7f64-479d-8a54-04b372362460 X-Archives-Hash: d52203a1c34d614b8147772670225789 This appears to work: USE="-gtk -x ncurses" emerge vim or USE="-* ncurses" emerge vim The later will ignore everything set by /etc/make.conf but only include ncurses. What is wrong with this method? -ryan > This idea hit me today at school and I wanted to get it to you guys as > quickly as possible. So without further APU here it is: > > emerge vim -o -gtk -x ncurses > > This would overide the current settings for gtk x and ncurses in the > /etc/make.conf file. > > emerge vim -O ncurses > > What this would do is apply nothing but the ncurses use flag to the > compile. > > What do you think, if you need me to elaborate I could.