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 727DF15808B for ; Fri, 11 Feb 2022 23:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 783ABE088C; Fri, 11 Feb 2022 23:17:03 +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 4FA4DE088C for ; Fri, 11 Feb 2022 23:17:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7E2E6342D6B for ; Fri, 11 Feb 2022 23:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5232E0 for ; Fri, 11 Feb 2022 23:16:59 +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: <1644621237.ba65a523a982f51e0037f74e3ad36c6da3f58ed9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/dxx-rebirth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild games-action/dxx-rebirth/dxx-rebirth-9999.ebuild X-VCS-Directories: games-action/dxx-rebirth/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ba65a523a982f51e0037f74e3ad36c6da3f58ed9 X-VCS-Branch: master Date: Fri, 11 Feb 2022 23:16: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: 8ec65698-48d6-4843-819d-c4221bdfd2af X-Archives-Hash: 3aab4b7bed74fc42a1c93e1912484652 commit: ba65a523a982f51e0037f74e3ad36c6da3f58ed9 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Feb 11 21:54:41 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Feb 11 23:13:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba65a523 games-action/dxx-rebirth: enable py3.10 Also add PYTHON_DEPS for completeness, although this is technically all already handled by scons-utils (imagine python-any-r1 was added because dxx-rebirth has its own python scripts too, but doing so means should add python deps normally). Signed-off-by: Ionen Wolkens gentoo.org> games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild | 8 +++++--- games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild index b941cf320c02..90a8b6d8c8ef 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2021 Gentoo Authors +# Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-any-r1 scons-utils toolchain-funcs xdg @@ -151,7 +151,9 @@ REQUIRED_USE=' sdl2? ( opengl ) ' -BDEPEND="virtual/pkgconfig" +BDEPEND=" + ${PYTHON_DEPS} + virtual/pkgconfig" # As of this writing, IUSE_RUNTIME is a GLEP, but not an implemented # feature. This variable is stored here to be ready to activate when diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index 8b70e138369e..ed7efde84b19 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2021 Gentoo Authors +# Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-any-r1 scons-utils toolchain-funcs xdg @@ -153,7 +153,9 @@ REQUIRED_USE=' sdl2? ( opengl ) ' -BDEPEND="virtual/pkgconfig" +BDEPEND=" + ${PYTHON_DEPS} + virtual/pkgconfig" # As of this writing, IUSE_RUNTIME is a GLEP, but not an implemented # feature. This variable is stored here to be ready to activate when