profiles: @system: force >=findutils-4.4
authorMike Frysinger <vapier@gentoo.org>
Wed, 10 Feb 2016 19:21:37 +0000 (14:21 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 10 Feb 2016 19:40:27 +0000 (14:40 -0500)
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

index 1180aca36dd30085638cb477ffcbefd0b8d0e54c..03972bdba0dc1dbdbe06e91c1a9fcf7d00838f56 100644 (file)
@@ -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