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 165BB158086 for ; Sun, 26 Dec 2021 03:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A5A2BC018; Sun, 26 Dec 2021 03:41:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6AA9C2BC00C for ; Sun, 26 Dec 2021 03:41:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1865B343081 for ; Sun, 26 Dec 2021 03:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 349C61BD for ; Sun, 26 Dec 2021 03:41: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: <1640488985.546604ee3b9459c145d23efe7af34b344ccc808d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-13.0.0-r1.ebuild sys-libs/libomp/libomp-13.0.0-r2.ebuild sys-libs/libomp/libomp-13.0.1.9999.ebuild sys-libs/libomp/libomp-13.0.1_rc1.ebuild sys-libs/libomp/libomp-14.0.0.9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 546604ee3b9459c145d23efe7af34b344ccc808d X-VCS-Branch: master Date: Sun, 26 Dec 2021 03:41: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: 150a98f2-f36f-4f0d-829f-0dd3d23bd858 X-Archives-Hash: ae2f82a09b2c2a9c9e3eeab3001e0c20 commit: 546604ee3b9459c145d23efe7af34b344ccc808d Author: Sam James gentoo org> AuthorDate: Sun Dec 26 03:22:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 03:23:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546604ee sys-libs/libomp: fix lower bound on hwloc for 13.x+ Needs at least 2.x so let's depend on a recent stable version in Gentoo. Closes: https://bugs.gentoo.org/824958 Signed-off-by: Sam James gentoo.org> sys-libs/libomp/{libomp-13.0.0-r1.ebuild => libomp-13.0.0-r2.ebuild} | 2 +- sys-libs/libomp/libomp-13.0.1.9999.ebuild | 2 +- sys-libs/libomp/libomp-13.0.1_rc1.ebuild | 2 +- sys-libs/libomp/libomp-14.0.0.9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-libs/libomp/libomp-13.0.0-r1.ebuild b/sys-libs/libomp/libomp-13.0.0-r2.ebuild similarity index 98% rename from sys-libs/libomp/libomp-13.0.0-r1.ebuild rename to sys-libs/libomp/libomp-13.0.0-r2.ebuild index 6a1e4016def4..5f801a554c82 100644 --- a/sys-libs/libomp/libomp-13.0.0-r1.ebuild +++ b/sys-libs/libomp/libomp-13.0.0-r2.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" RDEPEND=" - hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] ) + hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( virtual/libelf:=[${MULTILIB_USEDEP}] dev-libs/libffi:=[${MULTILIB_USEDEP}] diff --git a/sys-libs/libomp/libomp-13.0.1.9999.ebuild b/sys-libs/libomp/libomp-13.0.1.9999.ebuild index 28c0f1fb620c..f1c1f78f6e9d 100644 --- a/sys-libs/libomp/libomp-13.0.1.9999.ebuild +++ b/sys-libs/libomp/libomp-13.0.1.9999.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" RDEPEND=" - hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] ) + hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( virtual/libelf:=[${MULTILIB_USEDEP}] dev-libs/libffi:=[${MULTILIB_USEDEP}] diff --git a/sys-libs/libomp/libomp-13.0.1_rc1.ebuild b/sys-libs/libomp/libomp-13.0.1_rc1.ebuild index 7f61ca615aa0..6a8ad8fb455b 100644 --- a/sys-libs/libomp/libomp-13.0.1_rc1.ebuild +++ b/sys-libs/libomp/libomp-13.0.1_rc1.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" RDEPEND=" - hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] ) + hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( virtual/libelf:=[${MULTILIB_USEDEP}] dev-libs/libffi:=[${MULTILIB_USEDEP}] diff --git a/sys-libs/libomp/libomp-14.0.0.9999.ebuild b/sys-libs/libomp/libomp-14.0.0.9999.ebuild index 28c0f1fb620c..f1c1f78f6e9d 100644 --- a/sys-libs/libomp/libomp-14.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-14.0.0.9999.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" RDEPEND=" - hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] ) + hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( virtual/libelf:=[${MULTILIB_USEDEP}] dev-libs/libffi:=[${MULTILIB_USEDEP}]