summaryrefslogtreecommitdiff
path: root/trunk/ChangeLog
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2006-08-01 03:55:02 +0000
committerfuzzyray <fuzzyray@gentoo.org>2006-08-01 03:55:02 +0000
commit75bb47f19de366893da3792b359b7e94c4656b89 (patch)
tree136bffbd7f67c96daa6433fc51dcb57c07fae437 /trunk/ChangeLog
parent13e098eb7013ff92c50351bc38dcfa0b6beab0a8 (diff)
downloadgentoolkit-75bb47f19de366893da3792b359b7e94c4656b89.tar.gz
Replace calls to readlink with bash function
svn path=/; revision=307
Diffstat (limited to 'trunk/ChangeLog')
-rw-r--r--trunk/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index 3cc782e..44e2e1e 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-31 Paul Varner <fuzzyray@gentoo.org>
+ * euse: Replace calls to readlink with bash function for Gentoo/ALT
+ compatibility. (Bugs #140477, #128960)
+
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