summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-02-10 14:21:37 -0500
committerMike Frysinger <vapier@gentoo.org>2016-02-10 14:40:27 -0500
commit08a05fd934545269bd7e05162b3de697d987cebb (patch)
tree3efce017d6ead746b93150c0b545de37334623a9 /profiles
parentnet-irc/quassel: Bump (diff)
downloadgentoo-08a05fd934545269bd7e05162b3de697d987cebb.tar.gz
gentoo-08a05fd934545269bd7e05162b3de697d987cebb.tar.bz2
gentoo-08a05fd934545269bd7e05162b3de697d987cebb.zip
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.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/packages4
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/base/packages b/profiles/base/packages
index 1180aca36dd3..03972bdba0dc 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