Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/
Date: Mon, 02 Jan 2017 18:53:14
Message-Id: 1483366542.aef89adf57ac264a719346be0447826643d04fef.alonbl@gentoo
1 commit: aef89adf57ac264a719346be0447826643d04fef
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 14:14:49 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 14:15:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef89adf
7
8 sys-firmware/seabios: remove unneeded patch
9
10 Bug: 604158
11
12 Package-Manager: portage-2.3.0
13
14 sys-firmware/seabios/seabios-1.8.2.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild b/sys-firmware/seabios/seabios-1.8.2.ebuild
18 index 44398a9..2bb1144 100644
19 --- a/sys-firmware/seabios/seabios-1.8.2.ebuild
20 +++ b/sys-firmware/seabios/seabios-1.8.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -75,7 +75,6 @@ src_unpack() {
28 src_prepare() {
29 use binary && return
30
31 - epatch "${FILESDIR}"/${P}-fstack-check.patch #559980
32 epatch_user
33 }