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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D79C159C9B for ; Fri, 2 Aug 2024 23:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96472E2A50; Fri, 2 Aug 2024 23:14:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80609E2A50 for ; Fri, 2 Aug 2024 23:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC5C334300A for ; Fri, 2 Aug 2024 23:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B421E9E for ; Fri, 2 Aug 2024 23:14:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720707005.1fb70d59e4e9339c4988f17844c91803031904e0.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-functions:master commit in: / X-VCS-Repository: proj/gentoo-functions X-VCS-Files: functions.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1fb70d59e4e9339c4988f17844c91803031904e0 X-VCS-Branch: master Date: Fri, 2 Aug 2024 23:14: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 376656ba-fbc6-4f01-9cc5-453d4c784fdd X-Archives-Hash: 1cefdfed9d325b18426da97a90aa1e65 commit: 1fb70d59e4e9339c4988f17844c91803031904e0 Author: Kerin Millar plushkava net> AuthorDate: Thu Jul 11 14:10:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 11 14:10:05 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=1fb70d59 Mention that _find0() requires findutils >=4.9 Signed-off-by: Kerin Millar plushkava.net> functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index b4c4ef1..6d691e2 100644 --- a/functions.sh +++ b/functions.sh @@ -653,7 +653,8 @@ whenceforth() #------------------------------------------------------------------------------# # -# See the definitions of _select_by_mtime() and is_older_than(). +# See the definitions of _select_by_mtime() and is_older_than(). This function +# requires that GNU findutils >=4.9 be installed. # _find0() {