summaryrefslogtreecommitdiff
path: root/trunk/ChangeLog
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-11-25 16:53:11 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-11-25 16:53:11 +0000
commita9b20e973b5a1e55cc8372f49c1f17311b3ff318 (patch)
tree9b975bf0bd093f974f471706bc8566bce82d71ce /trunk/ChangeLog
parentfa02817a18274f2c7af07032814dc35a2a6daf21 (diff)
downloadgentoolkit-a9b20e973b5a1e55cc8372f49c1f17311b3ff318.tar.gz
Change awk calls to gawk for non-linux system compatibility
svn path=/; revision=522
Diffstat (limited to 'trunk/ChangeLog')
-rw-r--r--trunk/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index 349a992..f9605ad 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-25: Paul Varner <fuzzyray@gentoo.org>
+ * revdep-rebuild: Fixes for non-linux Gentoo systems. Add patch from
+ igli to fix find command to comply with POSIX. Change awk calls to
+ gawk.
+
2008-11-11: Paul Varner <fuzzyray@gentoo.org>
* echangelog: Add --strict option (Bug 246242).
* echangelog: Fix processing of virtual category (Bug 179530)