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@gentoo.org>
This commit is contained in:
Sam James 2025-12-05 13:28:05 +00:00
parent 65d48063b8
commit 7773aa4362
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 8 additions and 8 deletions

View File

@ -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}
"'
)
'

View File

@ -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}
"'
)
'