projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa5f77
)
Fix the version Id tag. (trunk r8243)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Oct 2007 02:41:45 +0000
(
02:41
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Oct 2007 02:41:45 +0000
(
02:41
-0000)
svn path=/main/branches/2.1.2/; revision=8244
bin/portageq
patch
|
blob
|
history
diff --git
a/bin/portageq
b/bin/portageq
index 18aa289568abb8e3734dc5d456225dd340c4d5ce..056502e399e6844138a37a382638ceb315a95e59 100755
(executable)
--- a/
bin/portageq
+++ b/
bin/portageq
@@
-336,9
+336,8
@@
def envvar(argv):
#
def usage(argv):
- rev="$Revision: 1.13.2.1 $"
- ver= rev.split(' ')[1]
- print ">>> Portage information query tool -- version "+ver
+ print ">>> Portage information query tool"
+ print ">>> $Id$"
print ">>> Usage: portageq <command> [<option> ...]"
print ""
print "Available commands:"