Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/time/
Date: Mon, 14 Aug 2017 13:36:24
Message-Id: 1502717759.88a4435aa9a8e295701d585fe7377a3558bfb94f.polynomial-c@gentoo
1 commit: 88a4435aa9a8e295701d585fe7377a3558bfb94f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 12:43:39 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 13:35:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a4435a
7
8 sys-process/time: Prefer PATCHES=() over epatch.
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 sys-process/time/time-1.7-r3.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-process/time/time-1.7-r3.ebuild b/sys-process/time/time-1.7-r3.ebuild
16 index 20f33a4e78f..0432cc13227 100644
17 --- a/sys-process/time/time-1.7-r3.ebuild
18 +++ b/sys-process/time/time-1.7-r3.ebuild
19 @@ -16,11 +16,13 @@ IUSE=""
20
21 DEPEND="sys-apps/texinfo"
22
23 +PATCHES=(
24 + "${FILESDIR}"/${P}-build.patch
25 + "${FILESDIR}"/${PV}-info-dir-entry.patch
26 + "${FILESDIR}"/${P}-incorrect_memory_usage.patch
27 +)
28 +
29 src_prepare() {
30 default
31 - epatch \
32 - "${FILESDIR}"/${P}-build.patch \
33 - "${FILESDIR}"/${PV}-info-dir-entry.patch \
34 - "${FILESDIR}"/${P}-incorrect_memory_usage.patch
35 eautoreconf
36 }