From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PkH7U-0001dG-9q for garchives@archives.gentoo.org; Tue, 01 Feb 2011 14:22:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE89BE0887; Tue, 1 Feb 2011 14:22:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF197E0887 for ; Tue, 1 Feb 2011 14:22:04 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E39F1B402C for ; Tue, 1 Feb 2011 14:22:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id BAA5620054; Tue, 1 Feb 2011 14:22:02 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: git.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: git.eclass X-VCS-Directories: eclass X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20110201142202.BAA5620054@flycatcher.gentoo.org> Date: Tue, 1 Feb 2011 14:22:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b793d2ebf0b4560a4cfe13ece883c15d scarabeus 11/02/01 14:22:02 Modified: git.eclass Log: Add eapi4 to "known" list Revision Changes Path 1.50 eclass/git.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git.eclass?= rev=3D1.50&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git.eclass?= rev=3D1.50&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git.eclass?= r1=3D1.49&r2=3D1.50 Index: git.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/git.eclass,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- git.eclass 29 Dec 2010 14:05:08 -0000 1.49 +++ git.eclass 1 Feb 2011 14:22:02 -0000 1.50 @@ -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/git.eclass,v 1.49 2010/12/29 1= 4:05:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.50 2011/02/01 1= 4:22:02 scarabeus Exp $ =20 # @ECLASS: git.eclass # @MAINTAINER: @@ -23,7 +23,7 @@ =20 EXPORTED_FUNCTIONS=3D"src_unpack" case "${EAPI:-0}" in - 3|2) EXPORTED_FUNCTIONS=3D"${EXPORTED_FUNCTIONS} src_prepare" ;; + 4|3|2) EXPORTED_FUNCTIONS=3D"${EXPORTED_FUNCTIONS} src_prepare" ;; 1|0) ;; :) DEPEND=3D"EAPI-UNSUPPORTED" ;; esac