commit:     88a4435aa9a8e295701d585fe7377a3558bfb94f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 12:43:39 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 13:35:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a4435a

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 20f33a4e78f..0432cc13227 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
 }

Reply via email to