summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-04-30 21:06:47 +0000
committerMike Frysinger <vapier@gentoo.org>2014-04-30 21:06:47 +0000
commitdd7d739a5390c13c3ecda46001f5db334244d698 (patch)
treeaa422931c2ca1eaa930530b78f6ede4f1ea003f9 /sys-firmware
parentAdd dep on dev-perl/File-Copy-Recursive (bug #497474). (diff)
downloadgentoo-2-dd7d739a5390c13c3ecda46001f5db334244d698.tar.gz
gentoo-2-dd7d739a5390c13c3ecda46001f5db334244d698.tar.bz2
gentoo-2-dd7d739a5390c13c3ecda46001f5db334244d698.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')
-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() {