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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1C211584AD for ; Sat, 12 Apr 2025 22:24:42 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9ACC534308D for ; Sat, 12 Apr 2025 22:24:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 95F9A1102BD; Sat, 12 Apr 2025 22:24:41 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 82E021102BD for ; Sat, 12 Apr 2025 22:24:41 +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 37FBD34308D for ; Sat, 12 Apr 2025 22:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 892481BEE for ; Sat, 12 Apr 2025 22:24:39 +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: <1744496649.88c45e555dd2a2112d0656ab21195e9b70db17c0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r1.ebuild sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r2.ebuild X-VCS-Directories: sys-apps/xdg-desktop-portal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 88c45e555dd2a2112d0656ab21195e9b70db17c0 X-VCS-Branch: master Date: Sat, 12 Apr 2025 22:24:39 +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: 949cae86-7451-44b4-8d6e-57351578eb99 X-Archives-Hash: c0c69c33afca778ee7b2bdd955de5a80 commit: 88c45e555dd2a2112d0656ab21195e9b70db17c0 Author: Sam James gentoo org> AuthorDate: Sat Apr 12 22:24:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 12 22:24:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c45e55 sys-apps/xdg-desktop-portal: enable py3.13 Bug: https://bugs.gentoo.org/95372 Signed-off-by: Sam James gentoo.org> sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r1.ebuild | 2 +- sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r1.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r1.ebuild index 9c390246c1dd..174cae5ce179 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r1.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 systemd diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r2.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r2.ebuild index 7f8a4eb71334..a339b62da567 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r2.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 systemd