summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-firmware/vgabios')
-rw-r--r--sys-firmware/vgabios/ChangeLog7
-rw-r--r--sys-firmware/vgabios/vgabios-0.7a.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-firmware/vgabios/ChangeLog b/sys-firmware/vgabios/ChangeLog
index 6849f63c45bf..19d796b07d9a 100644
--- a/sys-firmware/vgabios/ChangeLog
+++ b/sys-firmware/vgabios/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-firmware/vgabios
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/vgabios/ChangeLog,v 1.4 2013/11/26 20:21:18 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/vgabios/ChangeLog,v 1.5 2014/04/30 21:06:47 vapier Exp $
+
+ 30 Apr 2014; Mike Frysinger <vapier@gentoo.org> vgabios-0.7a.ebuild:
+ Add epatch_user support #487100 by Hristo Venev.
26 Nov 2013; Markos Chandras <hwoarang@gentoo.org> vgabios-0.6c-r1.ebuild:
amd64-fbsd has no stable keywords
diff --git a/sys-firmware/vgabios/vgabios-0.7a.ebuild b/sys-firmware/vgabios/vgabios-0.7a.ebuild
index d1e39d9bfa79..76fb74a0a042 100644
--- a/sys-firmware/vgabios/vgabios-0.7a.ebuild
+++ b/sys-firmware/vgabios/vgabios-0.7a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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/vgabios/vgabios-0.7a.ebuild,v 1.3 2012/12/04 11:14:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/vgabios/vgabios-0.7a.ebuild,v 1.4 2014/04/30 21:06:47 vapier Exp $
EAPI=4
@@ -28,6 +28,8 @@ src_prepare() {
[[ -n ${FIXES} ]] && \
EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
epatch
+
+ epatch_user
}
src_compile() {