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.0 required=5.0 tests=DMARC_MISSING,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mf1.bredband.net (mf1.lab.bredband.com [195.54.122.119]) by chiba.3jane.net (Postfix) with ESMTP id 56FAEABD4F for ; Thu, 30 May 2002 14:16:00 -0500 (CDT) Received: from oggy.local ([213.112.41.119]) by mf1.bredband.net with ESMTP id <20020530191453.DKWG24119.mf1@oggy.local> for ; Thu, 30 May 2002 21:14:53 +0200 Content-Type: text/plain; charset="us-ascii" From: Per Wigren To: gentoo-dev@gentoo.org Date: Thu, 30 May 2002 21:15:40 +0200 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205302115.40184.wigren@home.se> Subject: [gentoo-dev] DEPEND question 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: 5174e73b-edc6-458c-8d77-f95d0fe74dc8 X-Archives-Hash: f1bc87d88006823900ad23b65fc8ed17 How can I have a "if not"-dependancy? I'm making ebuilds for the ePSXe and PCSX Playstation-emulators and their plugins.. I want to have dependancy similar to (in pseudocode): IF USE opengl: gl-gpu-plugin ELSE: sw-gpu-plugin I can't find anything in the docs... // Wigren