commit:     08a05fd934545269bd7e05162b3de697d987cebb
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 19:21:37 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 19:40:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a05fd9

profiles: @system: force >=findutils-4.4

Some packages/eclasses started adding a DEPEND on recent findutils as
they wanted to use newer POSIX syntax ("-exec +").  Since this usage
is throughout the tree and most don't bother depending on it, force
the @system to pull in a recent version.

 profiles/base/packages | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/base/packages b/profiles/base/packages
index 1180aca..03972bd 100644
--- a/profiles/base/packages
+++ b/profiles/base/packages
@@ -39,7 +39,9 @@
 #*sys-apps/debianutils
 *sys-apps/diffutils
 *sys-apps/file
-*sys-apps/findutils
+# Much of the tree relies on newer features like "-exec +".
+# Force a recent stable version so people stay up-to-date.
+*>=sys-apps/findutils-4.4
 *sys-apps/gawk
 *sys-apps/grep
 *sys-apps/kbd

Reply via email to