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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67755158015 for ; Sat, 30 Dec 2023 18:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89E772BC026; Sat, 30 Dec 2023 18:05:09 +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 65E312BC026 for ; Sat, 30 Dec 2023 18:05:09 +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 519CF33BDC5 for ; Sat, 30 Dec 2023 18:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F423AC2 for ; Sat, 30 Dec 2023 18:05:06 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1703959488.7a957288ed9e62dd092e6c13f6e45a53b145055c.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/FP16/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/FP16/FP16-2021.03.20-r3.ebuild dev-libs/FP16/FP16-2021.03.20-r4.ebuild X-VCS-Directories: dev-libs/FP16/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7a957288ed9e62dd092e6c13f6e45a53b145055c X-VCS-Branch: master Date: Sat, 30 Dec 2023 18:05:06 +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: 4097fba9-a15c-4d10-9e4a-8de70ddada7f X-Archives-Hash: 86dee152230ad2d903e8a3a519fd12f6 commit: 7a957288ed9e62dd092e6c13f6e45a53b145055c Author: Alfredo Tupone gentoo org> AuthorDate: Sat Dec 30 18:03:18 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Dec 30 18:04:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a957288 dev-libs/FP16: enable python3_12 Signed-off-by: Alfredo Tupone gentoo.org> dev-libs/FP16/{FP16-2021.03.20-r3.ebuild => FP16-2021.03.20-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/FP16/FP16-2021.03.20-r3.ebuild b/dev-libs/FP16/FP16-2021.03.20-r4.ebuild similarity index 97% rename from dev-libs/FP16/FP16-2021.03.20-r3.ebuild rename to dev-libs/FP16/FP16-2021.03.20-r4.ebuild index 4e21e1d10fc3..af3be0a34c68 100644 --- a/dev-libs/FP16/FP16-2021.03.20-r3.ebuild +++ b/dev-libs/FP16/FP16-2021.03.20-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-r1 cmake CommitId=0a92994d729ff76a58f692d3028ca1b64b145d91