s/utf8/utf_8/ for consistency

svn path=/main/trunk/; revision=13917
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index 38d5367..1a55926 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -1103,7 +1103,7 @@
 		pkgindex = self._new_pkgindex()
 		try:
 			f = codecs.open(self._pkgindex_file, 
-				encoding='utf8', errors='replace')
+				encoding='utf_8', errors='replace')
 		except EnvironmentError:
 			pass
 		else: