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 338F315817D for ; Mon, 3 Jun 2024 06:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C757BE2A50; Mon, 3 Jun 2024 06:30:10 +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 A7314E2A50 for ; Mon, 3 Jun 2024 06:30:10 +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 A1DA433BEFF for ; Mon, 3 Jun 2024 06:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 095681BC7 for ; Mon, 3 Jun 2024 06:30:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717396176.de1336035b94045dde3625e5e7615b06d547fad8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/pangomm/pangomm-2.46.3.ebuild dev-cpp/pangomm/pangomm-2.50.1.ebuild X-VCS-Directories: dev-cpp/pangomm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de1336035b94045dde3625e5e7615b06d547fad8 X-VCS-Branch: master Date: Mon, 3 Jun 2024 06:30:08 +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: d8e03d30-3539-4a12-b6ab-6a54a73e06f1 X-Archives-Hash: 3b91ced07ea01db85073ff95c1ecb465 commit: de1336035b94045dde3625e5e7615b06d547fad8 Author: Sam James gentoo org> AuthorDate: Mon Jun 3 06:15:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 06:29:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de133603 dev-cpp/pangomm: enable py3.12 Closes: https://bugs.gentoo.org/929383 Signed-off-by: Sam James gentoo.org> dev-cpp/pangomm/pangomm-2.46.3.ebuild | 2 +- dev-cpp/pangomm/pangomm-2.50.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/pangomm/pangomm-2.46.3.ebuild b/dev-cpp/pangomm/pangomm-2.46.3.ebuild index 8b815a510093..32036cc5e7bc 100644 --- a/dev-cpp/pangomm/pangomm-2.46.3.ebuild +++ b/dev-cpp/pangomm/pangomm-2.46.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org meson-multilib python-any-r1 DESCRIPTION="C++ interface for pango" diff --git a/dev-cpp/pangomm/pangomm-2.50.1.ebuild b/dev-cpp/pangomm/pangomm-2.50.1.ebuild index c1015ac58a90..e8414b90204c 100644 --- a/dev-cpp/pangomm/pangomm-2.50.1.ebuild +++ b/dev-cpp/pangomm/pangomm-2.50.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org meson-multilib python-any-r1 DESCRIPTION="C++ interface for pango"