commit: 7773aa43622606b927d12051a986c16cf50b79da Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 5 13:28:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 5 13:29:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7773aa43
games-action/dxx-rebirth: drop use of $USE In this case, it should be harmless as it was used as a placeholder, but it's still a bad idea. The dxx-rebirth ebuild has creativity that continues to surprise me. Bug: https://bugs.gentoo.org/967104 Signed-off-by: Sam James <sam <AT> gentoo.org> games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild | 8 ++++---- games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild index 77176aa486aa..7c7aadd73a47 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild @@ -72,7 +72,7 @@ DEPEND=">=dev-games/physfs-3[hog,mvl,zip] # For each flag, depend on freedata using the same flag. If none of the # flags are set, freedata is not needed. DXX_RDEPEND_USE_FREEDATA_FRAGMENT=' - ${USE}? ( games-action/descent${ENGINE}-freedata[${USE}] ) + ${TEMPLATE_USE}? ( games-action/descent${ENGINE}-freedata[${TEMPLATE_USE}] ) ' # Block <0.59.100 due to file collision. # @@ -95,9 +95,9 @@ DXX_RDEPEND_ENGINE_FRAGMENT=' ) ) '" - ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{USE\}/l10n_de} - ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{USE\}/opl3-musicpack} - ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{USE\}/sc55-musicpack} + ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{TEMPLATE_USE\}/l10n_de} + ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{TEMPLATE_USE\}/opl3-musicpack} + ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{TEMPLATE_USE\}/sc55-musicpack} "' ) ' diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index f9d5047b91b9..a5850a1f35f8 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -72,7 +72,7 @@ DEPEND=">=dev-games/physfs-3[hog,mvl,zip] # For each flag, depend on freedata using the same flag. If none of the # flags are set, freedata is not needed. DXX_RDEPEND_USE_FREEDATA_FRAGMENT=' - ${USE}? ( games-action/descent${ENGINE}-freedata[${USE}] ) + ${TEMPLATE_USE}? ( games-action/descent${ENGINE}-freedata[${TEMPLATE_USE}] ) ' # Block <0.59.100 due to file collision. # @@ -95,9 +95,9 @@ DXX_RDEPEND_ENGINE_FRAGMENT=' ) ) '" - ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{USE\}/l10n_de} - ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{USE\}/opl3-musicpack} - ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{USE\}/sc55-musicpack} + ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{TEMPLATE_USE\}/l10n_de} + ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{TEMPLATE_USE\}/opl3-musicpack} + ${DXX_RDEPEND_USE_FREEDATA_FRAGMENT//\$\{TEMPLATE_USE\}/sc55-musicpack} "' ) '
