diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-10 22:02:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-10 22:02:34 +0000 |
commit | e2facdbfe1b68f843e4df389c40d3422e8fa2f6a (patch) | |
tree | b0d9862589e43a23d06607d6ef0267e6c2fc9221 /ChangeLog | |
parent | general seperated out docs/comments/questions/issues (diff) | |
download | portage-cvs-e2facdbfe1b68f843e4df389c40d3422e8fa2f6a.tar.gz portage-cvs-e2facdbfe1b68f843e4df389c40d3422e8fa2f6a.tar.bz2 portage-cvs-e2facdbfe1b68f843e4df389c40d3422e8fa2f6a.zip |
use gawk instead of awk #102050
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,12 +1,15 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.997 2005/07/29 06:12:19 vapier Exp $ +# $Id: ChangeLog,v 1.998 2005/08/10 22:02:34 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. + 10 Aug 2005; Mike Frysinger <vapier@gentoo.org> bin/quickpkg: + Call gawk instead of awk so non-GNU systems work #102050 by Stephen Bennett. + 29 Jul 2005; Mike Frysinger <vapier@gentoo.org> bin/prepallman: Rather than use a hardcoded list and bash expansion, let find locate man directories for us. This fixes the issues of running prepman on symlinks |