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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2325B15800F for ; Sat, 21 Jan 2023 01:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 054C6E0863; Sat, 21 Jan 2023 01:05:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC957E0863 for ; Sat, 21 Jan 2023 01:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F6A3335DC5 for ; Sat, 21 Jan 2023 01:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3389487B for ; Sat, 21 Jan 2023 01:05:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1674262902.3ac8657f39e4ee421d2ee778ac4392ac03516b1d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ac8657f39e4ee421d2ee778ac4392ac03516b1d X-VCS-Branch: master Date: Sat, 21 Jan 2023 01:05:28 +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: 988352d9-6f19-4b09-a9da-9b022b8eb53a X-Archives-Hash: 305c70283ffb0910389f73c2e2d47c90 commit: 3ac8657f39e4ee421d2ee778ac4392ac03516b1d Author: Sam James gentoo org> AuthorDate: Sat Jan 21 01:01:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 21 01:01:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac8657f profiles/base: unmask libffi[exec-static-trampoline] - >=dev-libs/gobject-introspection-1.72 fixed - >=dev-lang/ghc-9.0.2 fixed Closes: https://bugs.gentoo.org/801109 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 27faebcfd389..15dc2677237e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -300,14 +300,6 @@ dev-lang/rust parallel-compiler # Mask experimental options. gui-libs/gtk ffmpeg vulkan -# Sam James (2021-07-24) -# USE=exec-static-trampoline can break consumers due to -# faulty assumptions. Masked for now due to the possibility -# of breaking systems. -# https://archives.gentoo.org/gentoo-dev/message/576259af17d008d4ec935f69a9049af7 -# bug #801109 -dev-libs/libffi exec-static-trampoline - # Marek Szuba (2021-07-14) # Makes two tests fail (when linked against openmpi, at least) due to # incorrect implementation of either MPI support itself or said tests: