summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-24 00:03:51 -0700
committerZac Medico <zmedico@gentoo.org>2010-03-24 00:03:51 -0700
commitf1b05b7098ba448a0987bc61224d6616dad3ecde (patch)
tree69a819a39a9f72b5e59532ea014d5415724f88e7 /bin/portageq
parent3d66e0946ac0019496f8b37b0e9af3b8cfc51b8b (diff)
downloadportage-f1b05b7098ba448a0987bc61224d6616dad3ecde.tar.gz
portage-f1b05b7098ba448a0987bc61224d6616dad3ecde.tar.bz2
portage-f1b05b7098ba448a0987bc61224d6616dad3ecde.zip
Don't use $Id or $Rev for version strings since that doesn't work with git.
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq
index 8d6c12e23..7f146aaf7 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -570,7 +570,7 @@ list_preserved_libs.uses_root = True
def usage(argv):
print(">>> Portage information query tool")
- print(">>> $Id$")
+ print(">>> %s" % portage.VERSION)
print(">>> Usage: portageq <command> [<option> ...]")
print("")
print("Available commands:")