summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-23 21:05:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-23 21:05:22 +0000
commit7c4755fa45fe81341a652b1a0af93fd672dc460d (patch)
tree37daeeffe49870f5e7fcf6014a79aabb6c02aa25 /bin/ebuild
parent2e8cfd62fcbab112a5aa53b85c9e1db732df650c (diff)
downloadportage-7c4755fa45fe81341a652b1a0af93fd672dc460d.tar.gz
portage-7c4755fa45fe81341a652b1a0af93fd672dc460d.tar.bz2
portage-7c4755fa45fe81341a652b1a0af93fd672dc460d.zip
Fix headers that contain $Header instead of $Id.
svn path=/main/trunk/; revision=12701
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index ccd1fc9d4..a18f257a7 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -1,7 +1,7 @@
#!/usr/bin/python -O
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-src/portage/bin/ebuild,v 1.18.2.3 2005/05/07 04:32:59 ferringb Exp $
+# $Id$
import sys
# This block ensures that ^C interrupts are handled quietly.