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 C74A0139337 for ; Sun, 1 Aug 2021 02:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D841AE0961; Sun, 1 Aug 2021 02:10:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C0A01E0961 for ; Sun, 1 Aug 2021 02:10:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8592F34397E for ; Sun, 1 Aug 2021 02:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 212FD78A for ; Sun, 1 Aug 2021 02:10:15 +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: <1627783665.f25acb93c26b9131e8c27affed42475da7ee13f7.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: f25acb93c26b9131e8c27affed42475da7ee13f7 X-VCS-Branch: master Date: Sun, 1 Aug 2021 02:10:15 +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: e27a346a-8227-4edd-9573-01230dd24c4e X-Archives-Hash: b1d370752d865c100d0cb6445f3ec511 commit: f25acb93c26b9131e8c27affed42475da7ee13f7 Author: Nick Sarnie gentoo org> AuthorDate: Sun Aug 1 02:07:45 2021 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Aug 1 02:07:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f25acb93 app-emulation/wine-vanilla: Fix build Closes: https://bugs.gentoo.org/805590 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild index 2e6b059..6f3f1c5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild @@ -144,7 +144,6 @@ PATCHES=( "${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615 "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611 "${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch" - "${FILESDIR}/wine-vanilla-6.12-winegcc-equals-args.patch" #800809 ) PATCHES_BIN=()