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 6294E158089 for ; Sat, 16 Sep 2023 07:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C76F82BC061; Sat, 16 Sep 2023 07:57:26 +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 AC92E2BC062 for ; Sat, 16 Sep 2023 07:57:26 +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 4D1FD335D4B for ; Sat, 16 Sep 2023 07:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D9F711C8 for ; Sat, 16 Sep 2023 07:57:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1694851037.8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpx/hpx-1.9.1.ebuild sys-cluster/hpx/hpx-9999.ebuild X-VCS-Directories: sys-cluster/hpx/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af X-VCS-Branch: master Date: Sat, 16 Sep 2023 07:57:23 +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: c5eefffe-e27f-4c5b-a53a-6c5da1f9ab27 X-Archives-Hash: 653be8af6952af1b4d5df3477088662b commit: 8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Wed Aug 16 19:30:54 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 16 07:57:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8660ad0e sys-cluster/hpx: enable py3.12 Signed-off-by: Kurt Kanzenbach kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/32377 Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/hpx/hpx-1.9.1.ebuild | 2 +- sys-cluster/hpx/hpx-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/hpx/hpx-1.9.1.ebuild b/sys-cluster/hpx/hpx-1.9.1.ebuild index 2418f19d261f..8deb0b7b7817 100644 --- a/sys-cluster/hpx/hpx-1.9.1.ebuild +++ b/sys-cluster/hpx/hpx-1.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index fef4b1933ee7..8bdbcb41d96a 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3