From: Lars Wendler Date: Mon, 14 Aug 2017 12:43:39 +0000 (+0200) Subject: sys-process/time: Prefer PATCHES=() over epatch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=88a4435aa9a8e295701d585fe7377a3558bfb94f;p=gentoo.git sys-process/time: Prefer PATCHES=() over epatch. Package-Manager: Portage-2.3.7, Repoman-2.3.3 --- 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 }