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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5EB515808B for ; Sat, 12 Feb 2022 02:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E472E0844; Sat, 12 Feb 2022 02:04:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1412DE0843 for ; Sat, 12 Feb 2022 02:04:30 +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 DBBF73431CA for ; Sat, 12 Feb 2022 02:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F7B2D2 for ; Sat, 12 Feb 2022 02:04:27 +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: <1644629488.c45b16abf06b88f48703b3bb2103901972297454.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: c45b16abf06b88f48703b3bb2103901972297454 X-VCS-Branch: master Date: Sat, 12 Feb 2022 02:04:27 +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: 6a2b511f-bfd3-435f-8712-8d0348d4e34f X-Archives-Hash: fcd78ec9ba621f7e7aee31fe24f8c762 commit: c45b16abf06b88f48703b3bb2103901972297454 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Feb 12 01:15:56 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Feb 12 01:31:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45b16ab games-action/dxx-rebirth: cleanup unnecessarily added deps On closer look I don't think these scripts are used, and adding the eclass regardless of these is normal given how scons-utils works. So it only makes PYTHON_DEPS redundant. Fixes: ba65a523a982f51e0037f74e3ad36c6da3f58ed9 Signed-off-by: Ionen Wolkens gentoo.org> games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild | 4 +--- games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 4 +--- 2 files changed, 2 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 3dc11a9d646a..52185ad3b734 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 @@ -151,9 +151,7 @@ REQUIRED_USE=' sdl2? ( opengl ) ' -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig" +BDEPEND="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 af05d12398b6..36013cd510bc 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -153,9 +153,7 @@ REQUIRED_USE=' sdl2? ( opengl ) ' -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig" +BDEPEND="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