summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-19 21:40:33 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-19 21:40:33 +0000
commit69164ee6810d146676bb51c26e9c9d8f89996035 (patch)
treeaea5f9380826a2d10a192b7b390db1e8d5f21324
parentDrop from --ask to --pretend for uninstall all actions. (diff)
downloadportage-multirepo-2.2_rc31.tar.gz
portage-multirepo-2.2_rc31.tar.bz2
portage-multirepo-2.2_rc31.zip
Add note about 'use' in the Atom.intersects() docstring.v2.2_rc31
svn path=/main/trunk/; revision=13375
-rw-r--r--pym/portage/dep.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pym/portage/dep.py b/pym/portage/dep.py
index 80ebdadb..679a8558 100644
--- a/pym/portage/dep.py
+++ b/pym/portage/dep.py
@@ -560,8 +560,9 @@ class Atom(object):
def intersects(self, other):
"""
- Atoms with different operator or cpv attributes cause this method to
- return False. TODO: Detect intersection when operators are present.
+ Atoms with different cpv, operator or use attributes cause this method
+ to return False even though there may actually be some intersection.
+ TODO: Detect more forms of intersection.
@param other: The package atom to match
@type other: Atom
@rtype: Boolean