summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-11 06:16:25 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-11 06:16:25 +0000
commit3fdc7db6d828f7ad3485648343e09db494c0cb3b (patch)
tree75f5082f9c08581f61a5d2738ba5c31e5946d4bb /bin/ebuild
parent1bc7e057f9271445000a5b78dc900ea1669dfbff (diff)
downloadportage-3fdc7db6d828f7ad3485648343e09db494c0cb3b.tar.gz
portage-3fdc7db6d828f7ad3485648343e09db494c0cb3b.tar.bz2
portage-3fdc7db6d828f7ad3485648343e09db494c0cb3b.zip
Fix headers that contain $Header instead of $Id. (trunk r12701)
svn path=/main/branches/2.1.6/; revision=12956
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.