projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36eb82b
)
sys-process/time: Prefer PATCHES=() over epatch.
author
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 14 Aug 2017 12:43:39 +0000
(14:43 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 14 Aug 2017 13:35:59 +0000
(15:35 +0200)
Package-Manager: Portage-2.3.7, Repoman-2.3.3
sys-process/time/time-1.7-r3.ebuild
patch
|
blob
|
history
diff --git
a/sys-process/time/time-1.7-r3.ebuild
b/sys-process/time/time-1.7-r3.ebuild
index 20f33a4e78f7c89a8578b1964e5db228f76875cb..0432cc13227b5bf1bdd50a15ce29859996fc501c 100644
(file)
--- a/
sys-process/time/time-1.7-r3.ebuild
+++ b/
sys-process/time/time-1.7-r3.ebuild
@@
-16,11
+16,13
@@
IUSE=""
DEPEND="sys-apps/texinfo"
+PATCHES=(
+ "${FILESDIR}"/${P}-build.patch
+ "${FILESDIR}"/${PV}-info-dir-entry.patch
+ "${FILESDIR}"/${P}-incorrect_memory_usage.patch
+)
+
src_prepare() {
default
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${PV}-info-dir-entry.patch \
- "${FILESDIR}"/${P}-incorrect_memory_usage.patch
eautoreconf
}