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 D7D911584AD for ; Sun, 13 Apr 2025 17:03:50 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C117A3430ED for ; Sun, 13 Apr 2025 17:03:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 255621104B8; Sun, 13 Apr 2025 17:03:44 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1B5721104B8 for ; Sun, 13 Apr 2025 17:03:44 +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 C40753430AB for ; Sun, 13 Apr 2025 17:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26AC227F1 for ; Sun, 13 Apr 2025 17:03:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744563796.d431f52ebcd94fb285b5ff87b668e838d4fcbb2f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/atkmm/atkmm-2.28.3.ebuild X-VCS-Directories: dev-cpp/atkmm/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d431f52ebcd94fb285b5ff87b668e838d4fcbb2f X-VCS-Branch: master Date: Sun, 13 Apr 2025 17:03:42 +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: 3db505e8-aae2-4f67-bac7-1b2fc388a379 X-Archives-Hash: 543671cfbf6c389d03303d2cb3fcceb1 commit: d431f52ebcd94fb285b5ff87b668e838d4fcbb2f Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 13 17:03:16 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 13 17:03:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d431f52e dev-cpp/atkmm: enable py3.13 Closes: https://bugs.gentoo.org/952276 Signed-off-by: Pacho Ramos gentoo.org> dev-cpp/atkmm/atkmm-2.28.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/atkmm/atkmm-2.28.3.ebuild b/dev-cpp/atkmm/atkmm-2.28.3.ebuild index b8437c5aa6d5..8994a42de9f2 100644 --- a/dev-cpp/atkmm/atkmm-2.28.3.ebuild +++ b/dev-cpp/atkmm/atkmm-2.28.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org meson-multilib python-any-r1 DESCRIPTION="C++ interface for the ATK library"