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 40F17159C96 for ; Tue, 30 Jul 2024 08:50:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E2B02BC043; Tue, 30 Jul 2024 08:50:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E03632BC043 for ; Tue, 30 Jul 2024 08:50:04 +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 A0543342F9D for ; Tue, 30 Jul 2024 08:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1796E1E89 for ; Tue, 30 Jul 2024 08:49:59 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722329283.340c20b17490827a3af5838b26768deacf9c6914.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tali/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tali/tali-40.9.ebuild X-VCS-Directories: games-board/tali/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 340c20b17490827a3af5838b26768deacf9c6914 X-VCS-Branch: master Date: Tue, 30 Jul 2024 08:49:59 +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: 0f4ac7e5-c1bd-4025-9257-747be78f24e2 X-Archives-Hash: 0a8ae61d99248c3b5a47e0045e5ff952 commit: 340c20b17490827a3af5838b26768deacf9c6914 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 08:31:46 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 08:48:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340c20b1 games-board/tali: support python 3.12 Closes: https://bugs.gentoo.org/929576 Signed-off-by: Pacho Ramos gentoo.org> games-board/tali/tali-40.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/tali/tali-40.9.ebuild b/games-board/tali/tali-40.9.ebuild index 6137aab92146..c4c96dc4f44b 100644 --- a/games-board/tali/tali-40.9.ebuild +++ b/games-board/tali/tali-40.9.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Beat the odds in a poker-style dice game" -HOMEPAGE="https://wiki.gnome.org/Apps/Tali https://gitlab.gnome.org/GNOME/tali" +HOMEPAGE="https://gitlab.gnome.org/GNOME/tali" LICENSE="GPL-2+ FDL-1.1+" SLOT="0"