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 D4A1C158086 for ; Wed, 15 Dec 2021 07:50:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2CB2BC024; Wed, 15 Dec 2021 07:50:56 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E50622BC024 for ; Wed, 15 Dec 2021 07:50:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0AA8343759 for ; Wed, 15 Dec 2021 07:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5718F132 for ; Wed, 15 Dec 2021 07:50:53 +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: <1639554638.fafad53902809fe0c09d026d3667eb449d2da83c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-9999.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fafad53902809fe0c09d026d3667eb449d2da83c X-VCS-Branch: master Date: Wed, 15 Dec 2021 07:50:53 +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: 74659635-a7ef-4915-9ada-3d89949d8fad X-Archives-Hash: b91de34bc270304bfc2d26f169b57e65 commit: fafad53902809fe0c09d026d3667eb449d2da83c Author: Sam James gentoo org> AuthorDate: Wed Dec 15 07:50:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 15 07:50:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafad539 sys-devel/mold: add link to upstream tests bug Signed-off-by: Sam James gentoo.org> sys-devel/mold/mold-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 5a9defd4225d..da4500cc160d 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -19,6 +19,7 @@ LICENSE="AGPL-3" SLOT="0" # Try again after 1.0 (nearly there, but path-related issues) +# https://github.com/rui314/mold/issues/137 RESTRICT="test" RDEPEND=">=dev-cpp/tbb-2021.4.0:=