summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-13 19:25:20 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-13 19:25:20 +0000
commit3e8a638793af3b001843055e8928cdb79e8afb79 (patch)
treee70a10ae0a11bc094db9abf2b66d797f9af41429 /pym
parent0c6454261c514f021a4ddce2415a68773027ed6a (diff)
downloadportage-3e8a638793af3b001843055e8928cdb79e8afb79.tar.gz
portage-3e8a638793af3b001843055e8928cdb79e8afb79.tar.bz2
portage-3e8a638793af3b001843055e8928cdb79e8afb79.zip
fix tabs with patch from Grobian and bug # 161911, fix developing a bit
svn path=/main/trunk/; revision=5633
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index bcbb376f1..ee2dd5ef6 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -2618,7 +2618,7 @@ def digestgen(myarchives, mysettings, overwrite=1, manifestonly=0, myportdb=None
NOTE: manifestonly and overwrite are useless with manifest2 and
are therefore ignored."""
if myportdb is None:
- writemsg("Warning: myportdb not specified to digestgen\n")
+ writemsg("Warning: myportdb not specified to digestgen\n")
global portdb
myportdb = portdb
global _doebuild_manifest_exempt_depend