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 8ECC41382C5 for ; Sat, 16 May 2020 20:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 846A6E0AC0; Sat, 16 May 2020 20:44:07 +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 6D6B2E0AC0 for ; Sat, 16 May 2020 20:44:07 +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 899AD34F593 for ; Sat, 16 May 2020 20:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D037246 for ; Sat, 16 May 2020 20:44:04 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1589661803.f07eff95dc31f861a83ee0c89cb06d1981c02bea.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f07eff95dc31f861a83ee0c89cb06d1981c02bea X-VCS-Branch: master Date: Sat, 16 May 2020 20:44:04 +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: 8e0ef483-3eb9-442e-937b-c00b38a384a9 X-Archives-Hash: 210480de0cbead6fd1215a3726cc222b commit: f07eff95dc31f861a83ee0c89cb06d1981c02bea Author: James Le Cuirot gentoo org> AuthorDate: Sat May 16 20:05:13 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat May 16 20:43:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07eff95 profiles: Mask dev-games/cegui[debug] on musl execinfo.h is required for musl. Bug: https://bugs.gentoo.org/715934 Signed-off-by: James Le Cuirot gentoo.org> profiles/features/musl/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index bdf59a5b148..6121492e84f 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors. +# Copyright 1999-2020 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2020-05-16) +# execinfo.h is required for debug. +dev-games/cegui debug + # Sergei Trofimovich (2020-03-19) # check does not work on musl, bug #713138 dev-lang/gforth check