From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C32591396D1 for ; Mon, 14 Aug 2017 13:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09CD6E0DD0; Mon, 14 Aug 2017 13:36:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFAE9E0DC4 for ; Mon, 14 Aug 2017 13:36:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 278EE3417F4 for ; Mon, 14 Aug 2017 13:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0094E784F for ; Mon, 14 Aug 2017 13:36:20 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1502717759.88a4435aa9a8e295701d585fe7377a3558bfb94f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/time/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/time/time-1.7-r3.ebuild X-VCS-Directories: sys-process/time/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 88a4435aa9a8e295701d585fe7377a3558bfb94f X-VCS-Branch: master Date: Mon, 14 Aug 2017 13:36:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7554b1b0-1477-4dd5-97ff-c73ac66ac033 X-Archives-Hash: b5ae283bbfd4857fa8875263dd8b5151 commit: 88a4435aa9a8e295701d585fe7377a3558bfb94f Author: Lars Wendler gentoo org> AuthorDate: Mon Aug 14 12:43:39 2017 +0000 Commit: Lars Wendler gentoo 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 }