aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-03-17 14:56:37 -0700
committerZac Medico <zmedico@gentoo.org>2012-03-17 14:56:37 -0700
commit141408ea103bb3217a9204577a26d4c0724401ad (patch)
tree9c808ea229fce258c913da3b70b6f34dbf5e28ea /pym/portage/dbapi
parentrepoman: add --digest=<y|n> option, bug #406875 (diff)
downloadportage-141408ea103bb3217a9204577a26d4c0724401ad.tar.gz
portage-141408ea103bb3217a9204577a26d4c0724401ad.tar.bz2
portage-141408ea103bb3217a9204577a26d4c0724401ad.zip
Use eqawarn for install of non UTF-8 file names.
This will fix bug #406749.
Diffstat (limited to 'pym/portage/dbapi')
-rw-r--r--pym/portage/dbapi/vartree.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 6d354af20..f1e74aef9 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -3581,7 +3581,8 @@ class dblink(object):
break
if unicode_errors:
- eerror(_merge_unicode_error(unicode_errors))
+ self._elog("eqawarn", "preinst",
+ _merge_unicode_error(unicode_errors))
if paths_with_newlines:
msg = []