diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-04-30 21:07:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-04-30 21:07:36 +0000 |
commit | 746c9fe9eabdf250bce0c2345894a7d916050999 (patch) | |
tree | 05b8d8f74ba4c8b498199cf45fa3c1288d3938ae /sys-firmware/sgabios | |
parent | Add epatch_user support #487100 by Hristo Venev. (diff) | |
download | gentoo-2-746c9fe9eabdf250bce0c2345894a7d916050999.tar.gz gentoo-2-746c9fe9eabdf250bce0c2345894a7d916050999.tar.bz2 gentoo-2-746c9fe9eabdf250bce0c2345894a7d916050999.zip |
Add epatch_user support #487100 by Hristo Venev.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-firmware/sgabios')
-rw-r--r-- | sys-firmware/sgabios/ChangeLog | 7 | ||||
-rw-r--r-- | sys-firmware/sgabios/sgabios-0.1_pre8.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-firmware/sgabios/ChangeLog b/sys-firmware/sgabios/ChangeLog index 61f206e87fd6..0e6496ed6cb4 100644 --- a/sys-firmware/sgabios/ChangeLog +++ b/sys-firmware/sgabios/ChangeLog @@ -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 <vapier@gentoo.org> sgabios-0.1_pre8.ebuild: + Add epatch_user support #487100 by Hristo Venev. 30 Jun 2013; Doug Goldstein <cardoe@gentoo.org> sgabios-0.1_pre8.ebuild: For users using the gold linker, make the build process a little more friendly diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild index 9a3a8d5e7b39..7b24612f0bf9 100644 --- a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild +++ b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild @@ -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 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch + epatch_user } src_compile() { |