From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1484377-garchives=archives.gentoo.org@lists.gentoo.org> 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 C8C2D15800F for <garchives@archives.gentoo.org>; Mon, 6 Feb 2023 04:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46EBE077A; Mon, 6 Feb 2023 04:50:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9DF8E077A for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2023 04:50:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE080340A5D for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2023 04:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F93E85B for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2023 04:50:27 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1675658935.c65a4d41a17906db0c1925c7d26bdf2a293d92ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild sys-apps/gentoo-functions/gentoo-functions-0.18.ebuild sys-apps/gentoo-functions/gentoo-functions-9999.ebuild X-VCS-Directories: sys-apps/gentoo-functions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c65a4d41a17906db0c1925c7d26bdf2a293d92ce X-VCS-Branch: master Date: Mon, 6 Feb 2023 04:50:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51f44ba1-404c-4594-ab10-cb17e16b01db X-Archives-Hash: 7ce804ad448ce96ed97a1106cbbecf49 commit: c65a4d41a17906db0c1925c7d26bdf2a293d92ce Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 6 04:48:55 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 6 04:48:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65a4d41 sys-apps/gentoo-functions: add explicit >=findutils-4.9 dep Meant to do this earlier. Signed-off-by: Sam James <sam <AT> gentoo.org> ...{gentoo-functions-0.18.ebuild => gentoo-functions-0.18-r1.ebuild} | 3 +++ sys-apps/gentoo-functions/gentoo-functions-9999.ebuild | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.18.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild similarity index 91% rename from sys-apps/gentoo-functions/gentoo-functions-0.18.ebuild rename to sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild index fb9b450e95c3..decad7ffcca3 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.18.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild @@ -19,6 +19,9 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" LICENSE="GPL-2" SLOT="0" +# Specifically needs GNU find, as well. +RDEPEND=">=sys-apps/findutils-4.9" + src_configure() { tc-export CC append-lfs-flags diff --git a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild index cf5513d3fcf8..decad7ffcca3 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Gentoo Authors +# Copyright 2014-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,6 +19,9 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" LICENSE="GPL-2" SLOT="0" +# Specifically needs GNU find, as well. +RDEPEND=">=sys-apps/findutils-4.9" + src_configure() { tc-export CC append-lfs-flags