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 A3F9115800F for ; Thu, 5 Jan 2023 00:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A8AE07E6; Thu, 5 Jan 2023 00:38:25 +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 B1A01E07E6 for ; Thu, 5 Jan 2023 00:38:25 +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 592B7340D78 for ; Thu, 5 Jan 2023 00:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD8A67F4 for ; Thu, 5 Jan 2023 00:38:22 +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: <1672879092.55b2421aad41d6b1fed898ae6d551fd6f7c7e3d9.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-1.7.1-r1.ebuild sys-devel/mold/mold-1.7.1.ebuild sys-devel/mold/mold-1.8.0-r1.ebuild sys-devel/mold/mold-1.8.0.ebuild 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: 55b2421aad41d6b1fed898ae6d551fd6f7c7e3d9 X-VCS-Branch: master Date: Thu, 5 Jan 2023 00:38:22 +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: 1f8a0288-4d36-4ef7-8068-01733e58b208 X-Archives-Hash: eb276a0b5e8d390a7c642f07a4e62997 commit: 55b2421aad41d6b1fed898ae6d551fd6f7c7e3d9 Author: Sam James gentoo org> AuthorDate: Thu Jan 5 00:38:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 00:38:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b2421a sys-devel/mold: depend on fixed dev-cpp/tbb for pthreads Bug: https://bugs.gentoo.org/881161 Signed-off-by: Sam James gentoo.org> sys-devel/mold/{mold-1.7.1.ebuild => mold-1.7.1-r1.ebuild} | 4 ++-- sys-devel/mold/{mold-1.8.0.ebuild => mold-1.8.0-r1.ebuild} | 4 ++-- sys-devel/mold/mold-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-devel/mold/mold-1.7.1.ebuild b/sys-devel/mold/mold-1.7.1-r1.ebuild similarity index 96% rename from sys-devel/mold/mold-1.7.1.ebuild rename to sys-devel/mold/mold-1.7.1-r1.ebuild index 82b43f78b777..8063ade34f39 100644 --- a/sys-devel/mold/mold-1.7.1.ebuild +++ b/sys-devel/mold/mold-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=" app-arch/zstd:= - >=dev-cpp/tbb-2021.7.0:= + >=dev-cpp/tbb-2021.7.0-r1:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:= diff --git a/sys-devel/mold/mold-1.8.0.ebuild b/sys-devel/mold/mold-1.8.0-r1.ebuild similarity index 96% rename from sys-devel/mold/mold-1.8.0.ebuild rename to sys-devel/mold/mold-1.8.0-r1.ebuild index 82b43f78b777..8063ade34f39 100644 --- a/sys-devel/mold/mold-1.8.0.ebuild +++ b/sys-devel/mold/mold-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=" app-arch/zstd:= - >=dev-cpp/tbb-2021.7.0:= + >=dev-cpp/tbb-2021.7.0-r1:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:= diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 82b43f78b777..8063ade34f39 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=" app-arch/zstd:= - >=dev-cpp/tbb-2021.7.0:= + >=dev-cpp/tbb-2021.7.0-r1:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:=