From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0F94139085 for ; Fri, 27 Jan 2017 16:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 866F81424D; Fri, 27 Jan 2017 16:23:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BD2C21C04E for ; Fri, 27 Jan 2017 16:23:24 +0000 (UTC) Received: from mail-qt0-f177.google.com (mail-qt0-f177.google.com [209.85.216.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id CCAF8341117 for ; Fri, 27 Jan 2017 16:23:22 +0000 (UTC) Received: by mail-qt0-f177.google.com with SMTP id x49so141229536qtc.2 for ; Fri, 27 Jan 2017 08:23:22 -0800 (PST) X-Gm-Message-State: AIkVDXJYDIWtn46Q1Um6Csg9OZQ2ZMGUC14AClwGxrId9nG+rZ+LbEVVfse6S39+KAa4uEjEuqw/MUt/gVFgCg== X-Received: by 10.200.51.100 with SMTP id u33mr8651951qta.110.1485534200324; Fri, 27 Jan 2017 08:23:20 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.237.40.3 with HTTP; Fri, 27 Jan 2017 08:22:59 -0800 (PST) In-Reply-To: <1485503640.22895.2.camel@gentoo.org> References: <1485503640.22895.2.camel@gentoo.org> From: Mike Gilbert Date: Fri, 27 Jan 2017 11:22:59 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] berkdb and gdbm in global USE defaults To: Gentoo Dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: f0f41245-40f0-4bca-aa97-f82aefedd8e6 X-Archives-Hash: b1b4f4a6ed87cf53ea5f5ca3e9896872 On Fri, Jan 27, 2017 at 2:54 AM, Mart Raudsepp wrote: > Then there is no need to think about what is enabled globally or not. > Point being, use REQUIRED_USE sparingly, and rarely a good idea to > block things with common global USE flags, or demand a local USE flag > based on a default enabled global USE flag without locally USE > defaulting that global flag too - and other such cases. I didn't really mean for this to turn into a thread about the merits of REQUIRED_USE; in hindsight I should have left out that first sentence. Regardless of the REQUIRED_USE discussion, I don't think it makes sense to have berkdb and gdbm in USE in make.defaults. I would like to move them to IUSE defaults or package.use if necessary.