summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2012-09-27 16:35:42 +0000
committerIan Stakenvicius <axs@gentoo.org>2012-09-27 16:35:42 +0000
commit2caf4c4473f8797fc87c1e6679e2b4311b5565ce (patch)
tree50fbfa35a7de20bf0500c5db8ea034f856a5b1de /eclass/autotools-utils.eclass
parentRequire >=jdk-1.5 for javacc-5.0 and drop SLOT 2. #315557 (diff)
downloadgentoo-2-2caf4c4473f8797fc87c1e6679e2b4311b5565ce.tar.gz
gentoo-2-2caf4c4473f8797fc87c1e6679e2b4311b5565ce.tar.bz2
gentoo-2-2caf4c4473f8797fc87c1e6679e2b4311b5565ce.zip
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r--eclass/autotools-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index eda93556d51a..b035dc5907be 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-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/autotools-utils.eclass,v 1.56 2012/06/08 17:50:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.57 2012/09/27 16:35:41 axs Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@@ -89,7 +89,7 @@
# Keep variable names synced with cmake-utils and the other way around!
case ${EAPI:-0} in
- 2|3|4) ;;
+ 2|3|4|5) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac