diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-07-27 02:34:30 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-07-27 02:34:30 +0000 |
commit | ed2d58eecd8600ac2a187fccfcc12b3450bb1ca9 (patch) | |
tree | 58c659daa15d768cb5a0ff97a9419f8aabaf0abc | |
parent | touched up prototype.itermatch so that it now supports full range of package ... (diff) | |
download | portage-cvs-ed2d58eecd8600ac2a187fccfcc12b3450bb1ca9.tar.gz portage-cvs-ed2d58eecd8600ac2a187fccfcc12b3450bb1ca9.tar.bz2 portage-cvs-ed2d58eecd8600ac2a187fccfcc12b3450bb1ca9.zip |
bleh, yanked the interesect stub since it's not finished.
-rw-r--r-- | portage/restrictions/restrictionSet.py | 4 |
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): |