diff options
-rw-r--r-- | sys-process/time/time-1.7-r3.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-process/time/time-1.7-r3.ebuild b/sys-process/time/time-1.7-r3.ebuild index 20f33a4e78f7..0432cc13227b 100644 --- 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 } |