summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/pym/portage.py b/pym/portage.py
index ada5ee0..02bc5a7 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1,13 +1,13 @@
# 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.28 2005/01/15 03:30:28 carpaski Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.524.2.29 2005/01/15 06:47:18 carpaski Exp $
# ===========================================================================
# START OF CONSTANTS -- START OF CONSTANTS -- START OF CONSTANTS -- START OF
# ===========================================================================
-VERSION="$Revision: 1.524.2.28 $"
+VERSION="$Revision: 1.524.2.29 $"
VDB_PATH = "var/db/pkg"
PRIVATE_PATH = "/var/lib/portage"
@@ -1426,8 +1426,6 @@ class config:
# 2. user-declared set
# 5. profile
- myvirtdirs
-
self.dirVirtuals = grab_multiple("virtuals", myvirtdirs, grabdict)
self.dirVirtuals.reverse()