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 6DAF31382C5 for ; Tue, 6 Apr 2021 14:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC22DE08F0; Tue, 6 Apr 2021 14:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8E904E0957 for ; Tue, 6 Apr 2021 14:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 556C2335C8E for ; Tue, 6 Apr 2021 14:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B02DE63E for ; Tue, 6 Apr 2021 14:46:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617720366.f3997739d5a316efafca60f364af0b2229410189.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/make.defaults X-VCS-Directories: profiles/prefix/darwin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f3997739d5a316efafca60f364af0b2229410189 X-VCS-Branch: master Date: Tue, 6 Apr 2021 14:46:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1aa3dc5-491f-4665-a6fa-240feb9e161d X-Archives-Hash: 9683353c265cdf51d4a4d421a71434a5 commit: f3997739d5a316efafca60f364af0b2229410189 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 2 14:44:52 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 6 14:46:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3997739 profiles/prefix/darwin: Don't modify USE_EXPAND in subprofile Policy reference: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#use_expand-and-arch-use-flags Signed-off-by: Ulrich Müller gentoo.org> 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 57e1bb0fd54..a6358c79d4b 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"