aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flo@geekplace.eu>2021-03-22 17:55:01 +0100
committerNick Sarnie <sarnex@gentoo.org>2021-03-23 17:11:46 -0400
commit8a557e5cac0df1a98fc9c906f5320958d71b99d1 (patch)
tree72753b03cff14d939ef02dc42a58c728c860e898 /app-emulation
parentapp-emulation/wine-staging: Bump to 6.4 (diff)
downloadwine-8a557e5cac0df1a98fc9c906f5320958d71b99d1.tar.gz
wine-8a557e5cac0df1a98fc9c906f5320958d71b99d1.tar.bz2
wine-8a557e5cac0df1a98fc9c906f5320958d71b99d1.zip
app-emulation/wine-vanilla: remove redundant MERGE_TYPE check
Since wine_compiler_check() is only ever called in src_configured, which is not invoked on binary merges, the MERGE_TYPE check in wine_compiler_check() is redundant. Signed-off-by: Florian Schmaus <flo@geekplace.eu> Reported-by: Göktürk Yüksek <gokturk@gentoo.org> Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild
index 045e3bf..21840c2 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild
@@ -153,8 +153,6 @@ if [[ ${#PATCHES_BIN[@]} -ge 1 ]] || [[ ${PV} == 9999 ]]; then
fi
wine_compiler_check() {
- [[ ${MERGE_TYPE} = "binary" ]] && return 0
-
# GCC-specific bugs
if tc-is-gcc; then
# bug #549768