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=0.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,MAILING_LIST_MULTI,RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from nklb.net (route-64-193-187-193.telocity.com [64.193.187.193]) by chiba.3jane.net (Postfix) with SMTP id 39C5FAC604 for ; Fri, 10 May 2002 18:12:39 -0500 (CDT) Received: (qmail 4789 invoked from network); 10 May 2002 23:13:38 -0000 Received: from ahiz40gsy29rf.bc.hsia.telus.net (HELO localhost) (66.183.64.4) by 0 with SMTP; 10 May 2002 23:13:38 -0000 Content-Type: text/plain; charset="us-ascii" From: david mattatall Organization: linuxbasics.com To: gentoo-dev@gentoo.org Date: Fri, 10 May 2002 04:12:27 -0700 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205100412.27387.davidsmind@linuxbasics.com> Subject: [gentoo-dev] emerge overide options 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 X-Reply-To: davidsmind@linuxbasics.com List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: b35c3b1e-a832-4fe8-8e0b-8c7ed4ff0242 X-Archives-Hash: 8f7c9024d5cb46506a109ac15b049eac This idea hit me today at school and I wanted to get it to you guys as qu= ickly=20 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=20 /etc/make.conf file. emerge vim -O ncurses What this would do is apply nothing but the ncurses use flag to the compi= le. What do you think, if you need me to elaborate I could.