mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-07 00:04:45 +03:00
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:
parent
65d48063b8
commit
7773aa4362
@ -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}
|
||||
"'
|
||||
)
|
||||
'
|
||||
|
||||
@ -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}
|
||||
"'
|
||||
)
|
||||
'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user