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 2A4ED15808B for ; Sun, 29 Sep 2024 15:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32CEE2BC01D; Sun, 29 Sep 2024 15:02:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1AB132BC01B for ; Sun, 29 Sep 2024 15:02:38 +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 AE89334321C for ; Sun, 29 Sep 2024 15:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 169D8268D for ; Sun, 29 Sep 2024 15:02:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1727622109.8f8016fc07cb2ae843a9a1a093fa21580c21eaa6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lutris/lutris-0.5.17.ebuild games-util/lutris/lutris-9999.ebuild X-VCS-Directories: games-util/lutris/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8f8016fc07cb2ae843a9a1a093fa21580c21eaa6 X-VCS-Branch: master Date: Sun, 29 Sep 2024 15:02:35 +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: 89520e8d-f0bd-4033-9e35-62c9a971b340 X-Archives-Hash: b984742300db0a710812253782e905a3 commit: 8f8016fc07cb2ae843a9a1a093fa21580c21eaa6 Author: Ian Jordan gmail com> AuthorDate: Sun Sep 29 11:36:52 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Sep 29 15:01:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8016fc games-util/lutris: enable py3.13 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Andrew Ammerlaan gentoo.org> games-util/lutris/lutris-0.5.17.ebuild | 2 +- games-util/lutris/lutris-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/lutris/lutris-0.5.17.ebuild b/games-util/lutris/lutris-0.5.17.ebuild index 8a0a78714649..481d61622447 100644 --- a/games-util/lutris/lutris-0.5.17.ebuild +++ b/games-util/lutris/lutris-0.5.17.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite,threads(+)" inherit meson python-single-r1 optfeature virtualx xdg diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index 34e1d241ffd0..76cd7e812b11 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite,threads(+)" inherit meson python-single-r1 optfeature virtualx xdg