projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e60f46
)
Fix the version Id tag.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Oct 2007 02:32:54 +0000
(
02:32
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Oct 2007 02:32:54 +0000
(
02:32
-0000)
svn path=/main/trunk/; revision=8242
bin/portageq
patch
|
blob
|
history
diff --git
a/bin/portageq
b/bin/portageq
index 2fd1a1852da872fc3ae5fb5d104668ca982ae0bb..fcdefbd4404a16128abb04ea0ae1fd47061fe6d0 100755
(executable)
--- a/
bin/portageq
+++ b/
bin/portageq
@@
-374,8
+374,7
@@
list_preserved_libs.uses_root = True
#
def usage(argv):
- rev="$Revision: 1.13.2.1 $"
- ver= rev.split(' ')[1]
+ ver = "$Id$"
print ">>> Portage information query tool -- version "+ver
print ">>> Usage: portageq <command> [<option> ...]"
print ""