sys-apps/gentoo-functions: add explicit >=findutils-4.9 dep

Meant to do this earlier.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-02-06 04:48:55 +00:00
parent c0879d2ebc
commit c65a4d41a1
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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