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 40B501581D3 for ; Wed, 15 May 2024 16:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D9EE2A95; Wed, 15 May 2024 16:06:52 +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 1717FE2A95 for ; Wed, 15 May 2024 16:06:52 +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 23B87343014 for ; Wed, 15 May 2024 16:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A44C41ADA for ; Wed, 15 May 2024 16:06:48 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715788888.de4e6a0651acba44870162999763702201b34933.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/xtl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/xtl/xtl-0.7.5.ebuild X-VCS-Directories: dev-cpp/xtl/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: de4e6a0651acba44870162999763702201b34933 X-VCS-Branch: master Date: Wed, 15 May 2024 16:06:48 +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: e3ed308a-7aeb-429f-aabe-55b9c72e2ffc X-Archives-Hash: c644ff4c29d90e1db2ce46f73203a95d commit: de4e6a0651acba44870162999763702201b34933 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:00:51 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:01:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de4e6a06 dev-cpp/xtl: enable py3.12 Closes: https://bugs.gentoo.org/931362 Signed-off-by: Julien Roy jroy.ca> dev-cpp/xtl/xtl-0.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/xtl/xtl-0.7.5.ebuild b/dev-cpp/xtl/xtl-0.7.5.ebuild index 4f4bc3598f..3553b2ce10 100644 --- a/dev-cpp/xtl/xtl-0.7.5.ebuild +++ b/dev-cpp/xtl/xtl-0.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 # required because of manual install in src_install CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 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 E2FA11581D3 for ; Wed, 15 May 2024 16:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 861A5E2A77; Wed, 15 May 2024 16:01:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 685FCE2A77 for ; Wed, 15 May 2024 16:01:46 +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 6090B342FF9 for ; Wed, 15 May 2024 16:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B71C41AD0 for ; Wed, 15 May 2024 16:01:43 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715788888.de4e6a0651acba44870162999763702201b34933.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/xtl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/xtl/xtl-0.7.5.ebuild X-VCS-Directories: dev-cpp/xtl/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: de4e6a0651acba44870162999763702201b34933 X-VCS-Branch: dev Date: Wed, 15 May 2024 16:01:43 +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: f2bb90ce-d1ad-4a9d-83f3-94bc0af6525e X-Archives-Hash: 97436e069b182b25f0e299fe565af93b Message-ID: <20240515160143.pmjp5_WArDQ5Zs_y1XaARVY3romZQY68O91YtMRGRC4@z> commit: de4e6a0651acba44870162999763702201b34933 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:00:51 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:01:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de4e6a06 dev-cpp/xtl: enable py3.12 Closes: https://bugs.gentoo.org/931362 Signed-off-by: Julien Roy jroy.ca> dev-cpp/xtl/xtl-0.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/xtl/xtl-0.7.5.ebuild b/dev-cpp/xtl/xtl-0.7.5.ebuild index 4f4bc3598f..3553b2ce10 100644 --- a/dev-cpp/xtl/xtl-0.7.5.ebuild +++ b/dev-cpp/xtl/xtl-0.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 # required because of manual install in src_install CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1