From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 929141382C5 for ; Tue, 23 Mar 2021 21:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF77E079E; Tue, 23 Mar 2021 21:17:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6B6AE079E for ; Tue, 23 Mar 2021 21:17:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BD3934096C for ; Tue, 23 Mar 2021 21:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C3EF592 for ; Tue, 23 Mar 2021 21:17:20 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1616534234.b28d05d18a08e576d4e53b896dfb8e1b57ef84a2.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-6.4.ebuild app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: b28d05d18a08e576d4e53b896dfb8e1b57ef84a2 X-VCS-Branch: master Date: Tue, 23 Mar 2021 21:17:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d69a7e18-bfac-48c5-8df7-220477b0115e X-Archives-Hash: cd37d44c17def326af19a8bbf7ff8ebd commit: b28d05d18a08e576d4e53b896dfb8e1b57ef84a2 Author: Nick Sarnie gentoo org> AuthorDate: Tue Mar 23 21:16:54 2021 +0000 Commit: Nick Sarnie gentoo 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 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