aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-04 08:14:30 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-04 08:14:30 +0000
commit8a1d752669b22c0ebeeb4d24f47b5a3a1322dea8 (patch)
tree1d2833b1b7fe8d1a029b22ed6326d3eaa15d50b8 /ChangeLog
parentabort if binaries have null RPATHs (diff)
downloadportage-cvs-8a1d752669b22c0ebeeb4d24f47b5a3a1322dea8.tar.gz
portage-cvs-8a1d752669b22c0ebeeb4d24f47b5a3a1322dea8.tar.bz2
portage-cvs-8a1d752669b22c0ebeeb4d24f47b5a3a1322dea8.zip
fix gnuconfig find expression #93363
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 92ca749..555dbce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.992 2005/06/23 23:49:53 vapier Exp $
+# $Id: ChangeLog,v 1.993 2005/07/04 08:14:30 vapier Exp $
MAJOR CHANGES in 2.0.51:
1. /var/cache/edb/virtuals is no longer used at all. It's calculated now.
2. /var/cache/edb/world is now /var/lib/portage/world.
3. /etc/portage/profile/virtuals is _USER_ configs only.
+ 04 Jul 2005; Mike Frysinger <vapier@gentoo.org>
+ bin/ebuild-default-functions.sh:
+ Fix gnuconfig find expression #93363 by TGL.
+
23 Jun 2005; Mike Frysinger <vapier@gentoo.org>
bin/ebuild-default-functions.sh:
Update the scanelf RUNPATH check to abort on null paths.