projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf555c5
)
- be quiet about overlays profiles/repo_name entry when --quiet mode is used
author
Ned Ludd
<solar@gentoo.org>
Mon, 9 Jul 2007 18:11:10 +0000
(18:11 -0000)
committer
Ned Ludd
<solar@gentoo.org>
Mon, 9 Jul 2007 18:11:10 +0000
(18:11 -0000)
svn path=/main/trunk/; revision=7211
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index 128e5b166a71911bf4eca438c221df402a664b3b..379174573c7dd2facc201989eea88bde70af298a 100644
(file)
--- a/
pym/portage/dbapi/porttree.py
+++ b/
pym/portage/dbapi/porttree.py
@@
-91,7
+91,7
@@
class portdbapi(dbapi):
repo_name = open(repo_name_path, 'r').readline().strip()
self.treemap[repo_name] = path
except (OSError,IOError):
- writemsg("Note: The repository at %s does not have a profiles/repo_name entry.\n" % path \
+ writemsg
_stdout
("Note: The repository at %s does not have a profiles/repo_name entry.\n" % path \
+ " This can reduce the functionality of the repository in some cases.\n")
pass