From 2a4b07c8d0105ea7418ea3afc9e777a7a396fc46 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 27 Aug 2009 03:55:33 +0000 Subject: 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 --- pym/portage/cache/ebuild_xattr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pym') 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$ -- cgit v1.2.3-1-g7c22