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 789D2158064 for ; Sat, 11 May 2024 17:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EB0C2BC014; Sat, 11 May 2024 17:08:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39F282BC014 for ; Sat, 11 May 2024 17:08:50 +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 3BA2034300F for ; Sat, 11 May 2024 17:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A77381A4A for ; Sat, 11 May 2024 17:08:48 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1715447311.e1a1121bc1e8b81e87982a1df2e9159d35b03288.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/glibmm/glibmm-2.66.7.ebuild X-VCS-Directories: dev-cpp/glibmm/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e1a1121bc1e8b81e87982a1df2e9159d35b03288 X-VCS-Branch: master Date: Sat, 11 May 2024 17:08: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: 5250b984-f2d3-4b2a-8e80-390c82fcc653 X-Archives-Hash: 1c4c2042de740679e68b13c7876230b2 commit: e1a1121bc1e8b81e87982a1df2e9159d35b03288 Author: Mart Raudsepp gentoo org> AuthorDate: Fri May 10 07:23:44 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 11 17:08:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a1121b dev-cpp/glibmm: enable py3.12 Closes: https://bugs.gentoo.org/929382 Signed-off-by: Mart Raudsepp gentoo.org> dev-cpp/glibmm/glibmm-2.66.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/glibmm/glibmm-2.66.7.ebuild b/dev-cpp/glibmm/glibmm-2.66.7.ebuild index 5132ce563e14..1b62c91362bd 100644 --- a/dev-cpp/glibmm/glibmm-2.66.7.ebuild +++ b/dev-cpp/glibmm/glibmm-2.66.7.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_{10..12} ) inherit gnome.org meson-multilib python-any-r1 DESCRIPTION="C++ interface for glib2"