summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-05-11 21:52:13 -0500
committerPaul Varner <fuzzyray@gentoo.org>2011-05-11 21:52:13 -0500
commit923f15361bc2ce6f015012e840c5a9e41717abf0 (patch)
tree87d695c9c5507d1ec06b40184503af728fbc3344 /bin
parentFix euse to treat PORTDIR the same as an overlay for purposes of printing the... (diff)
parentanalyse namespace change to enalyze and standardize the spelling to use the '... (diff)
downloadgentoolkit-923f15361bc2ce6f015012e840c5a9e41717abf0.tar.gz
gentoolkit-923f15361bc2ce6f015012e840c5a9e41717abf0.tar.bz2
gentoolkit-923f15361bc2ce6f015012e840c5a9e41717abf0.zip
Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit
Diffstat (limited to 'bin')
-rwxr-xr-xbin/enalyze (renamed from bin/analyse)6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/analyse b/bin/enalyze
index a90410b..e48c5b4 100755
--- a/bin/analyse
+++ b/bin/enalyze
@@ -6,7 +6,7 @@
#
# $Header$
-"""'analyse' is a flexible utility for Gentoo linux which can display various
+"""'enalyze' is a flexible utility for Gentoo linux which can display various
information about installed packages, such as the USE flags used and the
packages that use them. It can also be used to help rebuild /etc/portage/package.*
files in the event of corruption, and possibly more.
@@ -33,10 +33,10 @@ except KeyboardInterrupt:
print()
sys.exit(1)
-from gentoolkit import analyse, errors
+from gentoolkit import enalyze, errors
try:
- analyse.main()
+ enalyze.main()
except errors.GentoolkitException as err:
if '--debug' in sys.argv:
raise