From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4C86615808A for ; Wed, 23 Jul 2025 02:33:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3831F34198D for ; Wed, 23 Jul 2025 02:33:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 96D2411056F; Wed, 23 Jul 2025 02:32:45 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8EAFC11056D for ; Wed, 23 Jul 2025 02:32:45 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E70B3415EF for ; Wed, 23 Jul 2025 02:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D161A32C1 for ; Wed, 23 Jul 2025 02:32:41 +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: <1753237825.07be4a59261985fa60351ac038b121df34b4a7d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpx/hpx-9999.ebuild X-VCS-Directories: sys-cluster/hpx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07be4a59261985fa60351ac038b121df34b4a7d3 X-VCS-Branch: master Date: Wed, 23 Jul 2025 02:32:41 +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: e28b27f4-a558-4fe6-ae7f-f60c8903b784 X-Archives-Hash: b89f27c867cf3e0b44c48ba2d62e1b81 commit: 07be4a59261985fa60351ac038b121df34b4a7d3 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sat Jul 5 09:17:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 23 02:30:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07be4a59 sys-cluster/hpx: sync live ebuild Signed-off-by: Kurt Kanzenbach kmk-computers.de> Part-of: https://github.com/gentoo/gentoo/pull/42878 Closes: https://github.com/gentoo/gentoo/pull/42878 Signed-off-by: Sam James gentoo.org> sys-cluster/hpx/hpx-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 210ceea870ef..5e9f2f3c3264 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -31,9 +31,15 @@ REQUIRED_USE=" BDEPEND=" virtual/pkgconfig " + +# +# hpx v1.11.0 does not build with >=dev-cpp/asio-1.34. +# See bug report: https://github.com/STEllAR-GROUP/hpx/issues/6730 +# It will be fixed in hpx v1.11.1. +# RDEPEND=" ${PYTHON_DEPS} - >=dev-cpp/asio-1.12.0 +