summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2005-03-01 01:17:54 +0000
committerNicholas Jones <carpaski@gentoo.org>2005-03-01 01:17:54 +0000
commitfd4cea97b53979e7d8cc6f68abc85809dba34dae (patch)
tree8a40f1903ee9c7e75bf61753a6c596b6d03ded57
parent--fetch-all-uri's short option is -F not -f #82499 (diff)
downloadportage-cvs-portage_2_0_51_18.tar.gz
portage-cvs-portage_2_0_51_18.tar.bz2
portage-cvs-portage_2_0_51_18.zip
Fix the ambiguous spacing.portage_2_0_51_18
-rw-r--r--ChangeLog3
-rw-r--r--pym/portage.py13
2 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a9cb9..479d5d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,13 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.796.2.75 2005/02/28 12:16:50 jstubbs Exp $
+# $Id: ChangeLog,v 1.796.2.76 2005/03/01 01:17:54 carpaski 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.
+*portage-2.0.51.18 (26 Feb 2004): Maintainence Release + BSD chflags
28 Feb 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage.py: Added a
-* to updated FEATURES before saving back to the env. #79566
diff --git a/pym/portage.py b/pym/portage.py
index 440bfd7..884eb2b 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1,10 +1,10 @@
# portage.py -- core Portage functionality
# Copyright 1998-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.524.2.45 2005/02/28 12:16:51 jstubbs Exp $
-cvs_id_string="$Id: portage.py,v 1.524.2.45 2005/02/28 12:16:51 jstubbs Exp $"[5:-2]
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.524.2.46 2005/03/01 01:17:54 carpaski Exp $
+cvs_id_string="$Id: portage.py,v 1.524.2.46 2005/03/01 01:17:54 carpaski Exp $"[5:-2]
-VERSION="$Revision: 1.524.2.45 $"[11:-2] + "-cvs"
+VERSION="$Revision: 1.524.2.46 $"[11:-2] + "-cvs"
# ===========================================================================
# START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT
@@ -1421,9 +1421,10 @@ class config:
return self.__getvirtuals_compile()
def __getvirtuals_compile(self):
- """Actually generate the virtuals we have collected.
- The results are reversed so the list order is left to right.
- Given data is [Best,Better,Good] sets of [Good, Better, Best]"""
+ """Actually generate the virtuals we have collected.
+ The results are reversed so the list order is left to right.
+ Given data is [Best,Better,Good] sets of [Good, Better, Best]"""
+
# Virtuals by profile+tree preferences.
ptVirtuals = {}
# Virtuals by user+tree preferences.