From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5CEDD138212 for ; Thu, 16 Aug 2012 19:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 107B6E07BA; Thu, 16 Aug 2012 19:51:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CEA4EE07BA for ; Thu, 16 Aug 2012 19:51:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE83C1B4008 for ; Thu, 16 Aug 2012 19:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9C596E543A for ; Thu, 16 Aug 2012 19:51:12 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1345147061.421f2b9ae05999d621eb663f263ca93eaad0ae57.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-5 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 421f2b9ae05999d621eb663f263ca93eaad0ae57 X-VCS-Branch: eapi-5 Date: Thu, 16 Aug 2012 19:51:12 +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: 08c907a6-4190-4f16-b1a0-91978ef143d0 X-Archives-Hash: 8ff33f7800124e7ee2738fe85af2e14d commit: 421f2b9ae05999d621eb663f263ca93eaad0ae57 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 12 08:55:51 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Aug 16 19:57:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=421f2b9a Require xargs in addition to find. --- ebuild-env-commands.tex | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex index f3be9ef..6ca6521 100644 --- a/ebuild-env-commands.tex +++ b/ebuild-env-commands.tex @@ -29,9 +29,9 @@ The following commands must always be available in the ebuild environment: \item \t{sed} must be available, and must support all forms of invocations valid for GNU sed version 4 or later. \item \t{patch} must be available, and must support all inputs valid for GNU patch. -\item \t{find} must be available, and must support all forms of invocations valid for GNU findutils - version 4.4 or later. Only for EAPIs listed in table~\ref{tab:system-commands-table} as - requiring GNU find. \featurelabel{gnu-find} +\item \t{find} and \t{xargs} must be available, and must support all forms of invocations valid + for GNU findutils version 4.4 or later. Only for EAPIs listed in + table~\ref{tab:system-commands-table} as requiring GNU find. \featurelabel{gnu-find} \end{compactitem} \ChangeWhenAddingAnEAPI{5}