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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69DDA1581F0 for ; Fri, 13 Dec 2024 10:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410B2E080E; Fri, 13 Dec 2024 10:15:40 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 0E0F9E080E for ; Fri, 13 Dec 2024 10:15:40 +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 1FEC1335D75 for ; Fri, 13 Dec 2024 10:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57FD41F64 for ; Fri, 13 Dec 2024 10:15:36 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1734084888.3bb3c7bb82f0703152ac364ed9fbfe8aa184358a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waypipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waypipe/waypipe-9999.ebuild X-VCS-Directories: gui-apps/waypipe/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3bb3c7bb82f0703152ac364ed9fbfe8aa184358a X-VCS-Branch: master Date: Fri, 13 Dec 2024 10:15:36 +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: e6715382-f962-4d7c-b768-554d8bebeb0a X-Archives-Hash: ef27a4deee46f9900a6f518cca4e3869 commit: 3bb3c7bb82f0703152ac364ed9fbfe8aa184358a Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 13 10:14:20 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 13 10:14:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb3c7bb gui-apps/waypipe: enable py3.13 Signed-off-by: Arthur Zamarin gentoo.org> gui-apps/waypipe/waypipe-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild index 844cedd732dc..dfab69171f2c 100644 --- a/gui-apps/waypipe/waypipe-9999.ebuild +++ b/gui-apps/waypipe/waypipe-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 DESCRIPTION="Transparent network proxy for Wayland compositors"