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 21144158287 for ; Mon, 12 May 2025 01:47:16 +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 E496934322B for ; Mon, 12 May 2025 01:47:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 11CDD110480; Mon, 12 May 2025 01:46:58 +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 0BC4711047E for ; Mon, 12 May 2025 01:46:58 +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 B82003431E7 for ; Mon, 12 May 2025 01:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 487DB284E for ; Mon, 12 May 2025 01:46:55 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1747014281.fb172edfa0a1fefa3e241524b48e0346e6db7bd7.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-10.0.ebuild app-emulation/wine-staging/wine-staging-10.5-r1.ebuild app-emulation/wine-staging/wine-staging-10.6.ebuild app-emulation/wine-staging/wine-staging-10.7.ebuild app-emulation/wine-staging/wine-staging-9.0.ebuild app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: fb172edfa0a1fefa3e241524b48e0346e6db7bd7 X-VCS-Branch: master Date: Mon, 12 May 2025 01:46:55 +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: 5c82d89e-c6f0-4a16-8931-e051e647d7cf X-Archives-Hash: b506b34b3719831376c99f2a8d3e0dcd commit: fb172edfa0a1fefa3e241524b48e0346e6db7bd7 Author: Ionen Wolkens gentoo org> AuthorDate: Mon May 12 01:29:30 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon May 12 01:44:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb172edf app-emulation/wine-staging: enable py3.14 Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-staging/wine-staging-10.0.ebuild | 2 +- app-emulation/wine-staging/wine-staging-10.5-r1.ebuild | 2 +- app-emulation/wine-staging/wine-staging-10.6.ebuild | 2 +- app-emulation/wine-staging/wine-staging-10.7.ebuild | 2 +- app-emulation/wine-staging/wine-staging-9.0.ebuild | 2 +- app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-10.0.ebuild b/app-emulation/wine-staging/wine-staging-10.0.ebuild index 29229ccb78ab..677cc323f3c3 100644 --- a/app-emulation/wine-staging/wine-staging-10.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-10.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit autotools edo flag-o-matic multilib multilib-build optfeature inherit prefix python-any-r1 toolchain-funcs wrapper diff --git a/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild b/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild index a9c8cb0c87f6..430aee968b32 100644 --- a/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild +++ b/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit edo optfeature python-any-r1 wine WINE_GECKO=2.47.4 diff --git a/app-emulation/wine-staging/wine-staging-10.6.ebuild b/app-emulation/wine-staging/wine-staging-10.6.ebuild index a9c8cb0c87f6..430aee968b32 100644 --- a/app-emulation/wine-staging/wine-staging-10.6.ebuild +++ b/app-emulation/wine-staging/wine-staging-10.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit edo optfeature python-any-r1 wine WINE_GECKO=2.47.4 diff --git a/app-emulation/wine-staging/wine-staging-10.7.ebuild b/app-emulation/wine-staging/wine-staging-10.7.ebuild index a9c8cb0c87f6..430aee968b32 100644 --- a/app-emulation/wine-staging/wine-staging-10.7.ebuild +++ b/app-emulation/wine-staging/wine-staging-10.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit edo optfeature python-any-r1 wine WINE_GECKO=2.47.4 diff --git a/app-emulation/wine-staging/wine-staging-9.0.ebuild b/app-emulation/wine-staging/wine-staging-9.0.ebuild index 77f44304c626..603675cca7d8 100644 --- a/app-emulation/wine-staging/wine-staging-9.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit autotools edo flag-o-matic multilib multilib-build inherit prefix python-any-r1 toolchain-funcs wrapper diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index a9c8cb0c87f6..430aee968b32 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit edo optfeature python-any-r1 wine WINE_GECKO=2.47.4