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 1CFAB139085 for ; Sun, 22 Jan 2017 19:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F11A0234066; Sun, 22 Jan 2017 19:23:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CA778234066 for ; Sun, 22 Jan 2017 19:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 93A0934168C for ; Sun, 22 Jan 2017 19:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A12152CC6 for ; Sun, 22 Jan 2017 19:23:25 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1485112985.eeffec793b050ecfc3ca03adecd0027b2851efab.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/seabios/seabios-1.10.1.ebuild sys-firmware/seabios/seabios-1.8.2.ebuild X-VCS-Directories: sys-firmware/seabios/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: eeffec793b050ecfc3ca03adecd0027b2851efab X-VCS-Branch: master Date: Sun, 22 Jan 2017 19:23:25 +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: 086d1753-7761-479d-9c36-6baddf73d315 X-Archives-Hash: f69084320f1847f9aba3897cece10492 commit: eeffec793b050ecfc3ca03adecd0027b2851efab Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Jan 22 19:23:05 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Jan 22 19:23:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeffec79 sys-firmware/seabios: remove unneeded patch Bug: 604158 Package-Manager: portage-2.3.0 sys-firmware/seabios/seabios-1.10.1.ebuild | 1 - sys-firmware/seabios/seabios-1.8.2.ebuild | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/seabios/seabios-1.10.1.ebuild b/sys-firmware/seabios/seabios-1.10.1.ebuild index ded9fd0..c430395 100644 --- a/sys-firmware/seabios/seabios-1.10.1.ebuild +++ b/sys-firmware/seabios/seabios-1.10.1.ebuild @@ -78,7 +78,6 @@ src_unpack() { src_prepare() { use binary && return - epatch "${FILESDIR}"/${P}-fstack-check.patch #559980 epatch_user } diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild b/sys-firmware/seabios/seabios-1.8.2.ebuild index 2bb1144..78b1b17 100644 --- a/sys-firmware/seabios/seabios-1.8.2.ebuild +++ b/sys-firmware/seabios/seabios-1.8.2.ebuild @@ -75,6 +75,7 @@ src_unpack() { src_prepare() { use binary && return + epatch "${FILESDIR}"/${P}-fstack-check.patch #559980 epatch_user }