projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991f09f
)
Check if invalid atoms are only missing a category and let those pass.
author
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 1 Oct 2005 10:41:52 +0000
(10:41 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 1 Oct 2005 10:41:52 +0000
(10:41 -0000)
svn path=/main/branches/2.0/; revision=2066
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 7b926edaa40003ff27cad16af469ffd01b0dabae..5341fbcbf5be82da1920884c6a44855ffdbc492c 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-1083,7
+1083,7
@@
class depgraph:
elif not "--oneshot" in myopts:
myfavorites.append(mykey)
else:
- if not portage.isvalidatom(x):
+ if not portage.isvalidatom(x)
and not portage.isvalidatom("cat/"+x)
:
print ("\n\n!!! '%s' is not a valid package atom." % x)
print "!!! Please check ebuild(5) for full details."
print "!!! (Did you specify a version but forget to prefix with '='?)"