From 827ab347e7792c8f36b2c6483537c4a079dfc38d Mon Sep 17 00:00:00 2001 From: abcd Date: Wed, 2 Dec 2009 12:20:28 -0500 Subject: Clean up CVS headers --- eclass/gitsvn.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eclass/gitsvn.eclass') diff --git a/eclass/gitsvn.eclass b/eclass/gitsvn.eclass index 104e9bf1755..1eb3ade41af 100644 --- a/eclass/gitsvn.eclass +++ b/eclass/gitsvn.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.60 2008/05/27 09:49:09 zlin Exp $ +# $Header: $ # @ECLASS: subversion.eclass # @MAINTAINER: @@ -12,10 +12,10 @@ # directly. # Requires EAPI="2" -case ${EAPI} in - 2) : ;; - *) die "No way! EAPI older than 2 is not supported." ;; -esac +case ${EAPI} in + 2) : ;; + *) die "No way! EAPI older than 2 is not supported." ;; +esac inherit eutils -- cgit v1.2.3