summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-08-14 14:43:39 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-14 15:35:59 +0200
commit88a4435aa9a8e295701d585fe7377a3558bfb94f (patch)
tree0421b6b416bc351fe927eff3a9049232d7aa0716 /sys-process/time
parentsys-process/time: Removed old. (diff)
downloadgentoo-88a4435aa9a8e295701d585fe7377a3558bfb94f.tar.gz
gentoo-88a4435aa9a8e295701d585fe7377a3558bfb94f.tar.bz2
gentoo-88a4435aa9a8e295701d585fe7377a3558bfb94f.zip
sys-process/time: Prefer PATCHES=() over epatch.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'sys-process/time')
-rw-r--r--sys-process/time/time-1.7-r3.ebuild10
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
}