Use plain ascii encoding for this file, in order to avoid error messages like
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Aug 2009 03:55:33 +0000 (03:55 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Aug 2009 03:55:33 +0000 (03:55 -0000)
this which building stages (happens when python is built with USE=build):

 * Byte compiling python modules for python-2.6 .. ...
Compiling //usr/lib64/portage/pym/portage/cache/ebuild_xattr.py ...
SyntaxError: ('unknown encoding: UTF8', ('//usr/lib64/portage/pym/portage/cache/
ebuild_xattr.py', 0, 0, None))

svn path=/main/trunk/; revision=14162

pym/portage/cache/ebuild_xattr.py

index 4406b4e77e87888b6fa2165fa05a1a3c439d2a8b..fa3937e2fbf125a4b44aeaaa9eb8d2a065806968 100644 (file)
@@ -1,6 +1,5 @@
-# -*- coding: UTF8 -*-
 # Copyright: 2009 Gentoo Foundation
-# Author(s): Petteri Rรคty (betelgeuse@gentoo.org)
+# Author(s): Petteri R&#228;ty (betelgeuse@gentoo.org)
 # License: GPL2
 # $Id$