aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/epkginfo')
-rwxr-xr-xbin/epkginfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/epkginfo b/bin/epkginfo
index 747527a..a335403 100755
--- a/bin/epkginfo
+++ b/bin/epkginfo
@@ -19,7 +19,7 @@ from xml.sax.handler import feature_namespaces
import portage
from portage.output import *
-version = open('/usr/share/gentoolkit/VERSION').read().strip()
+__version__ = "svn"
def earch(workdir):
"""Prints arch keywords for a given dir"""
@@ -177,7 +177,7 @@ def check_metadata(full_package):
def usage(code):
"""Prints the uage information for this script"""
- print green("epkginfo"), "(%s)" % version
+ print green("epkginfo"), "(%s)" % __version__
print
print "Usage: epkginfo [package-cat/]package"
sys.exit(code)