summaryrefslogtreecommitdiff
path: root/trunk/ChangeLog
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2006-07-28 20:01:51 +0000
committerfuzzyray <fuzzyray@gentoo.org>2006-07-28 20:01:51 +0000
commit13e098eb7013ff92c50351bc38dcfa0b6beab0a8 (patch)
treead9f69671a453cc39a0e96be324c57299936ac49 /trunk/ChangeLog
parent3b49de4f24b1dca52bd7f56beee57a45adc5511c (diff)
downloadgentoolkit-13e098eb7013ff92c50351bc38dcfa0b6beab0a8.tar.gz
Added patch to fix revdep-rebuild bug #37485
svn path=/; revision=306
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 336b660..3cc782e 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-28 Paul Varner <fuzzyray@gentoo.org>
+ * revdep-rebuild: Fix revdep-rebuild to correctly handle --ask being
+ passed to emerge. Thanks to Sal Gonzalez <ghostx@optonline.net> for
+ the patch. (Bug #37485)
+
2006-07-07 Paul Varner <fuzzyray@gentoo.org>
* revdep-rebuild: Rename --no-path to --no-ld-path and change
functionality to not set LD_LIBRARY_PATH. This fixes bug #96946 as