summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-07 23:43:07 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-07 23:43:07 +0000
commitcfdab7872b599b4d6c9f455d7c277e593b271767 (patch)
tree6ae17cddba430ea73a2653b4b93b890fde75b453 /pym/portage.py
parentdd1c07f4e9d3baf4374d116d0eb8a90ada6a5bfa (diff)
downloadportage-cfdab7872b599b4d6c9f455d7c277e593b271767.tar.gz
portage-cfdab7872b599b4d6c9f455d7c277e593b271767.tar.bz2
portage-cfdab7872b599b4d6c9f455d7c277e593b271767.zip
s/series/serious/ mistake
svn path=/main/trunk/; revision=2347
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 1b3e495ea..2a6867909 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1467,6 +1467,9 @@ class config:
self.already_in_regenerate = 0
def getvirtuals(self, myroot):
+ if self.virtuals:
+ return self.virtuals
+
myvirts = {}
# This breaks catalyst/portage when setting to a fresh/empty root.