mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user