diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-01 14:22:02 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-01 14:22:02 +0000 |
commit | 826cf4157274b6f9ef305430b1af63c96a0d2665 (patch) | |
tree | d8c96b42c841017846c040318e03710495cbacd8 /eclass/git.eclass | |
parent | Version bump and old version cleanup (diff) | |
download | historical-826cf4157274b6f9ef305430b1af63c96a0d2665.tar.gz historical-826cf4157274b6f9ef305430b1af63c96a0d2665.tar.bz2 historical-826cf4157274b6f9ef305430b1af63c96a0d2665.zip |
Add eapi4 to "known" list
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r-- | eclass/git.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index e5efe50ee853..29aaf2a5169c 100644 --- a/eclass/git.eclass +++ b/eclass/git.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/git.eclass,v 1.49 2010/12/29 14:05:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.50 2011/02/01 14:22:02 scarabeus Exp $ # @ECLASS: git.eclass # @MAINTAINER: @@ -23,7 +23,7 @@ DEPEND=">=dev-vcs/git-1.6" EXPORTED_FUNCTIONS="src_unpack" case "${EAPI:-0}" in - 3|2) EXPORTED_FUNCTIONS="${EXPORTED_FUNCTIONS} src_prepare" ;; + 4|3|2) EXPORTED_FUNCTIONS="${EXPORTED_FUNCTIONS} src_prepare" ;; 1|0) ;; :) DEPEND="EAPI-UNSUPPORTED" ;; esac |