summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-12-06 08:19:42 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-12-06 08:19:42 +0000
commit61a7f0fb400002f15763fd203e78ff89533a2bf9 (patch)
tree9dafa9ed45ecd890866981ff7fb7646e41a1cba0 /eclass/waf-utils.eclass
parentStable amd64 ppc and x86. Needs to go stable, severe bugs. (diff)
downloadhistorical-61a7f0fb400002f15763fd203e78ff89533a2bf9.tar.gz
historical-61a7f0fb400002f15763fd203e78ff89533a2bf9.tar.bz2
historical-61a7f0fb400002f15763fd203e78ff89533a2bf9.zip
Sort this eapi case stuff.
Diffstat (limited to 'eclass/waf-utils.eclass')
-rw-r--r--eclass/waf-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index 9048c45ac95a..e06d78893662 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.15 2012/11/29 17:56:39 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.16 2012/12/06 08:19:42 scarabeus Exp $
# @ECLASS: waf-utils.eclass
# @MAINTAINER:
@@ -18,7 +18,7 @@
inherit base eutils multilib toolchain-funcs multiprocessing
case ${EAPI:-0} in
- 4|5|3) EXPORT_FUNCTIONS src_configure src_compile src_install ;;
+ 3|4|5) EXPORT_FUNCTIONS src_configure src_compile src_install ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac