From 88a4435aa9a8e295701d585fe7377a3558bfb94f Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 14 Aug 2017 14:43:39 +0200 Subject: [PATCH] sys-process/time: Prefer PATCHES=() over epatch. Package-Manager: Portage-2.3.7, Repoman-2.3.3 --- sys-process/time/time-1.7-r3.ebuild | 10 ++++++---- 1 file 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 } -- 2.26.2