commit:     b28d05d18a08e576d4e53b896dfb8e1b57ef84a2
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 23 21:16:54 2021 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 21:17:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28d05d1

app-emulation/wine-staging: Sync with ::wine

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 app-emulation/wine-staging/wine-staging-6.4.ebuild  | 2 --
 app-emulation/wine-staging/wine-staging-9999.ebuild | 3 +--
 2 files changed, 1 insertion(+), 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 9bb1565d005..f88a6cd506b 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 0d4d6cdf1e7..f88a6cd506b 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

Reply via email to