summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2021-03-23 17:16:54 -0400
committerNick Sarnie <sarnex@gentoo.org>2021-03-23 17:17:14 -0400
commitb28d05d18a08e576d4e53b896dfb8e1b57ef84a2 (patch)
treef2f70986d1a78de4131bfbd34717aeba564e0a32 /app-emulation/wine-staging
parentapp-emulation/wine-vanilla: Sync with ::wine (diff)
downloadgentoo-b28d05d18a08e576d4e53b896dfb8e1b57ef84a2.tar.gz
gentoo-b28d05d18a08e576d4e53b896dfb8e1b57ef84a2.tar.bz2
gentoo-b28d05d18a08e576d4e53b896dfb8e1b57ef84a2.zip
app-emulation/wine-staging: Sync with ::wine
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging')
-rw-r--r--app-emulation/wine-staging/wine-staging-6.4.ebuild2
-rw-r--r--app-emulation/wine-staging/wine-staging-9999.ebuild3
2 files changed, 1 insertions, 4 deletions
diff --git a/app-emulation/wine-staging/wine-staging-6.4.ebuild b/app-emulation/wine-staging/wine-staging-6.4.ebuild
index 9bb1565d0057..f88a6cd506be 100644
--- a/app-emulation/wine-staging/wine-staging-6.4.ebuild
+++ b/app-emulation/wine-staging/wine-staging-6.4.ebuild
@@ -181,8 +181,6 @@ if [[ ${#PATCHES_BIN[@]} -ge 1 ]] || [[ ${MY_PV} == 9999 ]]; then
fi
wine_compiler_check() {
- [[ ${MERGE_TYPE} = "binary" ]] && return 0
-
# GCC-specific bugs
if tc-is-gcc; then
# bug #549768
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
index 0d4d6cdf1e7b..f88a6cd506be 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -16,6 +16,7 @@ if [[ ${MY_PV} == "9999" ]] ; then
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""
+ #KEYWORDS=""
else
MAJOR_V=$(ver_cut 1)
MINOR_V=$(ver_cut 2)
@@ -180,8 +181,6 @@ if [[ ${#PATCHES_BIN[@]} -ge 1 ]] || [[ ${MY_PV} == 9999 ]]; then
fi
wine_compiler_check() {
- [[ ${MERGE_TYPE} = "binary" ]] && return 0
-
# GCC-specific bugs
if tc-is-gcc; then
# bug #549768