aboutsummaryrefslogtreecommitdiff
path: root/pym
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 /pym
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 'pym')
-rw-r--r--pym/portage.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 68c9122..ebdb3f1 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -2,10 +2,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.587 2005/04/24 12:49:01 jstubbs Exp $
-cvs_id_string="$Id: portage.py,v 1.587 2005/04/24 12:49:01 jstubbs Exp $"[5:-2]
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.588 2005/04/25 04:10:37 genone Exp $
+cvs_id_string="$Id: portage.py,v 1.588 2005/04/25 04:10:37 genone Exp $"[5:-2]
-VERSION="$Revision: 1.587 $"[11:-2] + "-cvs"
+VERSION="$Revision: 1.588 $"[11:-2] + "-cvs"
# ===========================================================================
# START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT
@@ -2821,7 +2821,6 @@ class portdbapi(dbapi):
kmask=None
break
elif gp=="-*":
- kmask="-*"
break
elif gp=="-"+myarch:
kmask="-"+myarch