projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf8cc5
)
elaborate a bit on isjustname()
author
Alec Warner
<antarus@gentoo.org>
Thu, 11 Jan 2007 20:22:30 +0000
(20:22 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Thu, 11 Jan 2007 20:22:30 +0000
(20:22 -0000)
svn path=/main/trunk/; revision=5563
pym/portage_dep.py
patch
|
blob
|
history
diff --git
a/pym/portage_dep.py
b/pym/portage_dep.py
index 3d0e160b07031e4d584ec3aa637b536cab8f8013..34eb8f33da92b6ce4a52321070f47a632c28ea11 100644
(file)
--- a/
pym/portage_dep.py
+++ b/
pym/portage_dep.py
@@
-382,7
+382,7
@@
def isvalidatom(atom, allow_blockers=False):
def isjustname(mypkg):
"""
- Checks to see if the depstring is only the package name
+ Checks to see if the depstring is only the package name
(no version parts)
Example usage:
>>> isjustname('media-libs/test-3.0')