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 870AC138350 for ; Sun, 22 Mar 2020 22:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 600E6E0856; Sun, 22 Mar 2020 22:09:39 +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 F0987E0856 for ; Sun, 22 Mar 2020 22:09:38 +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 6B4CC34F784 for ; Sun, 22 Mar 2020 22:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8755C18E for ; Sun, 22 Mar 2020 22:09:34 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1584914959.2db918ff33b15be6731b3cd87266b7f62efeacf3.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/make.defaults X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 2db918ff33b15be6731b3cd87266b7f62efeacf3 X-VCS-Branch: master Date: Sun, 22 Mar 2020 22:09:34 +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: 765b915e-792b-41d9-a20e-a1e8422f9d37 X-Archives-Hash: c9ca9b8b837b9322dbd318130ae42835 commit: 2db918ff33b15be6731b3cd87266b7f62efeacf3 Author: Jory Pratt gentoo org> AuthorDate: Sun Mar 22 22:05:48 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Mar 22 22:09:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db918ff profiles/features/musl: add locale.alias to INSTALL_MASK Closes: https://bugs.gentoo.org/713474 Closes: https://bugs.gentoo.org/713762 Closes: https://bugs.gentoo.org/713826 Closes: https://bugs.gentoo.org/713964 Closes: https://bugs.gentoo.org/713034 Signed-off-by: Jory Pratt gentoo.org> profiles/features/musl/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/features/musl/make.defaults b/profiles/features/musl/make.defaults index e2dbf5d8a4b..9db228856d0 100644 --- a/profiles/features/musl/make.defaults +++ b/profiles/features/musl/make.defaults @@ -15,4 +15,4 @@ FEATURES="-multilib-strict" # TODO: fix so musl doesn't generate this for all packages # that use a charset, it causes package collisons. -INSTALL_MASK="charset.alias" +INSTALL_MASK="charset.alias locale.alias"