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 F40181382C5 for ; Fri, 2 Apr 2021 14:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78527E087F; Fri, 2 Apr 2021 14:48:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 403ECE087B for ; Fri, 2 Apr 2021 14:48:28 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Ulrich=20M=C3=BCller?= Subject: [gentoo-dev] [PATCH 3/3] profiles/prefix/darwin: Don't modify USE_EXPAND in subprofile Date: Fri, 2 Apr 2021 16:47:41 +0200 Message-Id: <20210402144741.16995-3-ulm@gentoo.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210402144741.16995-1-ulm@gentoo.org> References: <20210402144741.16995-1-ulm@gentoo.org> 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 8ba43f93-9787-42cc-af2f-7bc6845e03a0 X-Archives-Hash: 044e2a635b8ce01d966b554fe12e0937 Policy reference: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#use_expand-and-arch-use-flags Signed-off-by: Ulrich Müller --- profiles/prefix/darwin/make.defaults | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/profiles/prefix/darwin/make.defaults b/profiles/prefix/darwin/make.defaults index 57e1bb0fd545..a6358c79d4bc 100644 --- a/profiles/prefix/darwin/make.defaults +++ b/profiles/prefix/darwin/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # System-wide defaults for all Darwin profiles @@ -11,8 +11,5 @@ KERNEL="Darwin" # strip isn't GNU FEATURES="nostrip" -# ALSA + Darwin != working -USE_EXPAND="-ALSA_CARDS" - # This is the sort of equivalent of --as-needed LDFLAGS="-Wl,-dead_strip_dylibs" -- 2.31.1