diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-13 04:23:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-13 04:23:46 +0000 |
commit | 70d1dd76e235245b403642292cfd7e729870cba2 (patch) | |
tree | 38ccc95fafc136340c714f6069fdb9fee031e401 /ChangeLog | |
parent | someone needs a wedgie. stick to tabs, not spaces for indentation (or conver... (diff) | |
download | portage-cvs-70d1dd76e235245b403642292cfd7e729870cba2.tar.gz portage-cvs-70d1dd76e235245b403642292cfd7e729870cba2.tar.bz2 portage-cvs-70d1dd76e235245b403642292cfd7e729870cba2.zip |
use %p instead of %F for outputting stuff from scanelf
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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.988 2005/06/04 11:15:12 jstubbs Exp $ +# $Id: ChangeLog,v 1.989 2005/06/13 04:23:46 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. + 13 Jun 2005; Mike Frysinger <vapier@gentoo.org> bin/ebuild.sh: + Use the %p output modifier instead of %F so we don't have to update the + output by removing all the $D references. + 06 Jun 2005; Jason Stubbs <jstubbs@gentoo.org> bin/dispatch-conf pym/dispatch_conf.py: Brought forward updates in stable. |