Fix Malformed Id header on line: 3

Convert Header to Id

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-15 15:00:59 +02:00
parent a86a366212
commit b5900fee7b
25 changed files with 25 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyPDF2/PyPDF2-1.24.ebuild,v 1.3 2015/03/08 23:38:15 pacho Exp $
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )