aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-07-27 02:34:30 +0000
committerBrian Harring <ferringb@gentoo.org>2005-07-27 02:34:30 +0000
commited2d58eecd8600ac2a187fccfcc12b3450bb1ca9 (patch)
tree58c659daa15d768cb5a0ff97a9419f8aabaf0abc /portage
parenttouched up prototype.itermatch so that it now supports full range of package ... (diff)
downloadportage-cvs-ed2d58eecd8600ac2a187fccfcc12b3450bb1ca9.tar.gz
portage-cvs-ed2d58eecd8600ac2a187fccfcc12b3450bb1ca9.tar.bz2
portage-cvs-ed2d58eecd8600ac2a187fccfcc12b3450bb1ca9.zip
bleh, yanked the interesect stub since it's not finished.
Diffstat (limited to 'portage')
-rw-r--r--portage/restrictions/restrictionSet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portage/restrictions/restrictionSet.py b/portage/restrictions/restrictionSet.py
index 1c6743d..bf5a370 100644
--- a/portage/restrictions/restrictionSet.py
+++ b/portage/restrictions/restrictionSet.py
@@ -1,7 +1,7 @@
# Copyright: 2005 Gentoo Foundation
# Author(s): Brian Harring (ferringb@gentoo.org)
# License: GPL2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/restrictions/Attic/restrictionSet.py,v 1.6 2005/07/27 02:26:49 ferringb Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/restrictions/Attic/restrictionSet.py,v 1.7 2005/07/27 02:34:30 ferringb Exp $
import restriction
@@ -47,7 +47,7 @@ class AndRestrictionSet(RestrictionSet):
return not self.negate
- def intersect(self, other):
+# def intersect(self, other):