summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 480e00f81..9cb3af2ae 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -124,6 +124,7 @@ _encodings = {
'content' : 'utf_8',
'fs' : 'utf_8',
'merge' : sys.getfilesystemencoding(),
+ 'repo.content' : 'utf_8',
}
# Deprecated attributes. Instead use _encodings directly.