commit: aef89adf57ac264a719346be0447826643d04fef
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 14:14:49 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 14:15:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef89adf
sys-firmware/seabios: remove unneeded patch
Bug: 604158
Package-Manager: portage-2.3.0
sys-firmware/seabios/seabios-1.8.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild
b/sys-firmware/seabios/seabios-1.8.2.ebuild
index 44398a9..2bb1144 100644
--- a/sys-firmware/seabios/seabios-1.8.2.ebuild
+++ b/sys-firmware/seabios/seabios-1.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -75,7 +75,6 @@ src_unpack() {
src_prepare() {
use binary && return
- epatch "${FILESDIR}"/${P}-fstack-check.patch #559980
epatch_user
}