vapier 14/04/30 21:07:36 Modified: sgabios-0.1_pre8.ebuild ChangeLog Log: Add epatch_user support #487100 by Hristo Venev. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.5 sys-firmware/sgabios/sgabios-0.1_pre8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild?r1=1.4&r2=1.5 Index: sgabios-0.1_pre8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sgabios-0.1_pre8.ebuild 30 Jun 2013 02:36:19 -0000 1.4 +++ sgabios-0.1_pre8.ebuild 30 Apr 2014 21:07:36 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v 1.4 2013/06/30 02:36:19 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v 1.5 2014/04/30 21:07:36 vapier Exp $ EAPI=4 @@ -29,6 +29,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch + epatch_user } src_compile() { 1.5 sys-firmware/sgabios/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 30 Jun 2013 02:36:19 -0000 1.4 +++ ChangeLog 30 Apr 2014 21:07:36 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for sys-firmware/sgabios -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v 1.4 2013/06/30 02:36:19 cardoe Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v 1.5 2014/04/30 21:07:36 vapier Exp $ + + 30 Apr 2014; Mike Frysinger <[email protected]> sgabios-0.1_pre8.ebuild: + Add epatch_user support #487100 by Hristo Venev. 30 Jun 2013; Doug Goldstein <[email protected]> sgabios-0.1_pre8.ebuild: For users using the gold linker, make the build process a little more friendly
