From: Zac Medico Date: Thu, 27 Aug 2009 03:55:33 +0000 (-0000) Subject: Use plain ascii encoding for this file, in order to avoid error messages like X-Git-Tag: v2.2_rc41~96 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a4b07c8d0105ea7418ea3afc9e777a7a396fc46;p=portage.git Use plain ascii encoding for this file, in order to avoid error messages like 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 --- diff --git a/pym/portage/cache/ebuild_xattr.py b/pym/portage/cache/ebuild_xattr.py index 4406b4e77..fa3937e2f 100644 --- a/pym/portage/cache/ebuild_xattr.py +++ b/pym/portage/cache/ebuild_xattr.py @@ -1,6 +1,5 @@ -# -*- coding: UTF8 -*- # Copyright: 2009 Gentoo Foundation -# Author(s): Petteri Räty (betelgeuse@gentoo.org) +# Author(s): Petteri Räty (betelgeuse@gentoo.org) # License: GPL2 # $Id$