aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-18 22:50:14 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-18 22:50:14 +0000
commit0903870129174bb57c0ba33959373eb82f261054 (patch)
treed91df765189d219dc2674928d46256f415a94fa5 /pym/portage/elog
parentMake save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.sh (diff)
downloadportage-0903870129174bb57c0ba33959373eb82f261054.tar.gz
portage-0903870129174bb57c0ba33959373eb82f261054.tar.bz2
portage-0903870129174bb57c0ba33959373eb82f261054.zip
Set svn:keywords Id on all files.
svn path=/main/trunk/; revision=12626
Diffstat (limited to 'pym/portage/elog')
-rw-r--r--pym/portage/elog/filtering.py2
-rw-r--r--pym/portage/elog/messages.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/elog/filtering.py b/pym/portage/elog/filtering.py
index 8a1852bd8..d33d31237 100644
--- a/pym/portage/elog/filtering.py
+++ b/pym/portage/elog/filtering.py
@@ -1,7 +1,7 @@
# elog/messages.py - elog core functions
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: __init__.py 6458 2007-04-30 02:31:30Z genone $
+# $Id$
from portage.const import EBUILD_PHASES
diff --git a/pym/portage/elog/messages.py b/pym/portage/elog/messages.py
index 707003122..ad95c975d 100644
--- a/pym/portage/elog/messages.py
+++ b/pym/portage/elog/messages.py
@@ -1,7 +1,7 @@
# elog/messages.py - elog core functions
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: __init__.py 6458 2007-04-30 02:31:30Z genone $
+# $Id$
from portage.output import colorize
from portage.const import EBUILD_PHASES