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 A3441139694 for ; Thu, 23 Mar 2017 09:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 595D721C080; Thu, 23 Mar 2017 09:24:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24A4221C080 for ; Thu, 23 Mar 2017 09:24:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6A50341130 for ; Thu, 23 Mar 2017 09:24:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 208E47205 for ; Thu, 23 Mar 2017 09:24:56 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1490261086.48e8bcd90ecbd8aae7ce71ffa10f0564c5cf55ab.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine/wine-2.0.ebuild app-emulation/wine/wine-2.1.ebuild app-emulation/wine/wine-2.2.ebuild app-emulation/wine/wine-2.3.ebuild app-emulation/wine/wine-9999.ebuild X-VCS-Directories: app-emulation/wine/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 48e8bcd90ecbd8aae7ce71ffa10f0564c5cf55ab X-VCS-Branch: master Date: Thu, 23 Mar 2017 09:24:56 +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-Archives-Salt: 4a91d718-b5fc-4756-afc3-b047f52732c6 X-Archives-Hash: 0c1c89d5dff4d95cd2cf1845e16ea81a commit: 48e8bcd90ecbd8aae7ce71ffa10f0564c5cf55ab Author: NP-Hardass gentoo org> AuthorDate: Thu Mar 23 08:47:50 2017 +0000 Commit: NP Hardass gentoo org> CommitDate: Thu Mar 23 09:24:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e8bcd9 app-emulation/wine: revert downstream flex hack Removing flex hack patch from #598244. Proper support can be readded by properly patching flex. Bug their meaintainers if you encounter issues. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/wine/wine-2.0.ebuild | 3 --- app-emulation/wine/wine-2.1.ebuild | 3 --- app-emulation/wine/wine-2.2.ebuild | 3 --- app-emulation/wine/wine-2.3.ebuild | 3 --- app-emulation/wine/wine-9999.ebuild | 3 --- 5 files changed, 15 deletions(-) diff --git a/app-emulation/wine/wine-2.0.ebuild b/app-emulation/wine/wine-2.0.ebuild index b383399ced7..4e02afd8e30 100644 --- a/app-emulation/wine/wine-2.0.ebuild +++ b/app-emulation/wine/wine-2.0.ebuild @@ -259,9 +259,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615 "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 - - # https://bugs.winehq.org/show_bug.cgi?id=42132 - "${FILESDIR}"/${PN}-2.0_rc3-flex263.patch ) default diff --git a/app-emulation/wine/wine-2.1.ebuild b/app-emulation/wine/wine-2.1.ebuild index c853f295681..beb9758568d 100644 --- a/app-emulation/wine/wine-2.1.ebuild +++ b/app-emulation/wine/wine-2.1.ebuild @@ -351,9 +351,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615 "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 - - # https://bugs.winehq.org/show_bug.cgi?id=42132 - "${FILESDIR}"/${PN}-2.0_rc3-flex263.patch ) if use staging; then ewarn "Applying the Wine-Staging patchset. Any bug reports to the" diff --git a/app-emulation/wine/wine-2.2.ebuild b/app-emulation/wine/wine-2.2.ebuild index c853f295681..beb9758568d 100644 --- a/app-emulation/wine/wine-2.2.ebuild +++ b/app-emulation/wine/wine-2.2.ebuild @@ -351,9 +351,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615 "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 - - # https://bugs.winehq.org/show_bug.cgi?id=42132 - "${FILESDIR}"/${PN}-2.0_rc3-flex263.patch ) if use staging; then ewarn "Applying the Wine-Staging patchset. Any bug reports to the" diff --git a/app-emulation/wine/wine-2.3.ebuild b/app-emulation/wine/wine-2.3.ebuild index c853f295681..beb9758568d 100644 --- a/app-emulation/wine/wine-2.3.ebuild +++ b/app-emulation/wine/wine-2.3.ebuild @@ -351,9 +351,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615 "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 - - # https://bugs.winehq.org/show_bug.cgi?id=42132 - "${FILESDIR}"/${PN}-2.0_rc3-flex263.patch ) if use staging; then ewarn "Applying the Wine-Staging patchset. Any bug reports to the" diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index c853f295681..beb9758568d 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -351,9 +351,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615 "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 - - # https://bugs.winehq.org/show_bug.cgi?id=42132 - "${FILESDIR}"/${PN}-2.0_rc3-flex263.patch ) if use staging; then ewarn "Applying the Wine-Staging patchset. Any bug reports to the"