aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2005-04-25 04:10:37 +0000
committerMarius Mauch <genone@gentoo.org>2005-04-25 04:10:37 +0000
commit2ea9bed96f2326ed9a94c4bc6c3f4cd96f81b1ab (patch)
treeadedc612ffb9441c3b6185c800ade882768410af /ChangeLog
parentAdded a class called DependSpec which handles parsing *DEPEND and SRC_URI (diff)
downloadportage-cvs-2ea9bed96f2326ed9a94c4bc6c3f4cd96f81b1ab.tar.gz
portage-cvs-2ea9bed96f2326ed9a94c4bc6c3f4cd96f81b1ab.tar.bz2
portage-cvs-2ea9bed96f2326ed9a94c4bc6c3f4cd96f81b1ab.zip
no more -* explanations
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bc96270..fb7d885 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.953 2005/04/24 16:28:51 jstubbs Exp $
+# $Id: ChangeLog,v 1.954 2005/04/25 04:10:37 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.
+ 25 Apr 2005; Marius Mauch <genone@gentoo.org> pym/portage.py:
+ remove the stupid "masked by -* keyword" message.
+
24 Apr 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py:
Added a class called DependSpec which handles parsing *DEPEND and SRC_URI
strings. Read-only at the moment, but will probably change later.