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