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 14CF215813A for ; Tue, 21 Jan 2025 23:01:04 +0000 (UTC) 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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DD415340CBB for ; Tue, 21 Jan 2025 23:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F72E0207; Tue, 21 Jan 2025 23:00:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C92B3E01E4 for ; Tue, 21 Jan 2025 23:00:53 +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 12217340DD9 for ; Tue, 21 Jan 2025 23:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BEA1845 for ; Tue, 21 Jan 2025 23:00:51 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1737500411.6e29b9ec4226691918bf9c16d6aea6a66025a58d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/opengfx/opengfx-7.1.ebuild X-VCS-Directories: games-misc/opengfx/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 6e29b9ec4226691918bf9c16d6aea6a66025a58d X-VCS-Branch: master Date: Tue, 21 Jan 2025 23:00:51 +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: 35152b67-b621-4397-92fb-da8c72be9c20 X-Archives-Hash: d814c38e45416ef3cce16228622b3838 commit: 6e29b9ec4226691918bf9c16d6aea6a66025a58d Author: James Le Cuirot gentoo org> AuthorDate: Tue Jan 21 22:53:51 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Jan 21 23:00:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e29b9ec games-misc/opengfx: Add python3_13(t) and fix dependency type Signed-off-by: James Le Cuirot gentoo.org> games-misc/opengfx/opengfx-7.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild index 46401d798deb..e4437660902f 100644 --- a/games-misc/opengfx/opengfx-7.1.ebuild +++ b/games-misc/opengfx/opengfx-7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} python3_13t ) inherit python-any-r1 @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -DEPEND=" +BDEPEND=" games-util/grfcodec games-util/nml ${PYTHON_DEPS}