aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2005-06-14 14:53:05 +0000
committerMarius Mauch <genone@gentoo.org>2005-06-14 14:53:05 +0000
commit409f24a54763d0ebb05c952b28301fcf348ad9eb (patch)
treefbbce7aafa966a422c7f61d8b6eb7f321182456b /ChangeLog
parentuse %p instead of %F for outputting stuff from scanelf (diff)
downloadportage-cvs-409f24a54763d0ebb05c952b28301fcf348ad9eb.tar.gz
portage-cvs-409f24a54763d0ebb05c952b28301fcf348ad9eb.tar.bz2
portage-cvs-409f24a54763d0ebb05c952b28301fcf348ad9eb.zip
remove reference to non-existant profiles/use.mask
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e1fa05..884abcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.989 2005/06/13 04:23:46 vapier Exp $
+# $Id: ChangeLog,v 1.990 2005/06/14 14:53:05 genone 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.
+ 14 Jun 2005; Marius Mauch <genone@gentoo.org> man/portage.5:
+ Remove references to non-existant $PORTDIR/profiles/use.mask.
+
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.